Skip to content

Commit

Permalink
Bumped dependency for netCDF4 to 1.6.3 (#232)
Browse files Browse the repository at this point in the history
Solves #223
  • Loading branch information
bdestombe committed Aug 24, 2023
1 parent 41f8810 commit 515afe3
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 @@ -61,15 +61,15 @@ grib = ["cfgrib", "ecmwflibs"]
test = ["pytest>=7", "pytest-cov", "pytest-dependency"]
nbtest = ["nbformat", "nbconvert>6.4.5"]
lint = ["flake8", "isort", "black[jupyter]"]
ci = ["nlmod[full,lint,test,nbtest]", "netCDF4==1.5.7"]
ci = ["nlmod[full,lint,test,nbtest]", "netCDF4>=1.6.3"]
rtd = [
"nlmod[full]",
"ipython",
"ipykernel",
"nbsphinx",
"sphinx_rtd_theme==1.0.0",
"nbconvert>6.4.5",
"netCDF4==1.5.7",
"netCDF4>=1.6.3",
]

[tool.setuptools.dynamic]
Expand Down

0 comments on commit 515afe3

Please sign in to comment.