Skip to content

Commit

Permalink
Make netcdf mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Dec 4, 2024
1 parent 68c93cc commit 78411d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies = [
"mikeio >= 1.2",
"matplotlib",
"xarray",
"netCDF4",
"scipy",
"jinja2",
]
Expand Down Expand Up @@ -52,7 +53,6 @@ dev = ["pytest",
test = [
"pytest",
"pytest-cov",
"netCDF4",
"openpyxl",
"dask",
"mypy",
Expand Down

0 comments on commit 78411d2

Please sign in to comment.