-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab412f0
commit 2854bcb
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,15 @@ license = "Apache-2.0" | |
requires-python = ">3.8,<3.12" | ||
authors = [ | ||
{email = "[email protected]"}, | ||
{name = "Yang Liu, Bart Schilperoort, Peter Kalverla, Jannes van Ingen, Sem Vijverberg"} | ||
{name = "Yang Liu, Bart Schilperoort, Peter Kalverla, Jannes van Ingen, Sem Vijverberg, Claire Donnelly"} | ||
] | ||
maintainers = [ | ||
{name = "Yang Liu", email = "[email protected]"}, | ||
{name = "Bart Schilperoort", email = "[email protected]"}, | ||
{name = "Peter Kalverla", email = "[email protected]"}, | ||
{name = "Jannes van Ingen", email = "[email protected]"}, | ||
{name = "Sem Vijverberg", email = "[email protected]"}, | ||
{name = "Claire Donnelly", email = "[email protected]"}, | ||
] | ||
keywords = [ | ||
"AI", | ||
|
@@ -35,7 +36,6 @@ classifiers = [ | |
"Programming Language :: Python :: 3.11", | ||
] | ||
dependencies = [ | ||
"dask", | ||
"lilio", | ||
"matplotlib", | ||
"netcdf4", | ||
|