Skip to content

Commit

Permalink
Remove dask as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaireDons committed Sep 27, 2024
1 parent ab412f0 commit 2854bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -35,7 +36,6 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"dask",
"lilio",
"matplotlib",
"netcdf4",
Expand Down

0 comments on commit 2854bcb

Please sign in to comment.