Skip to content

Commit

Permalink
pin numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
OnnoEbbens committed Oct 11, 2024
1 parent 619a549 commit 8d21573
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 @@ -63,7 +63,7 @@ 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.7.0", "pandas<2.1.0"]
ci = ["nlmod[full,lint,test,nbtest]", "numpy==1.26.4"]
rtd = [
"nlmod[full]",
"ipython",
Expand Down

0 comments on commit 8d21573

Please sign in to comment.