Skip to content

Commit

Permalink
Use Numpy 1 (#23)
Browse files Browse the repository at this point in the history
Some numpy 2 features don't work with the current code. This includes `np.NAN` being deprecated in favor or `np.nan` and the _ocean_model_grid_generator_ test dependency also not working.
  • Loading branch information
anton-seaice authored Jan 16, 2025
1 parent 79f2952 commit 75f2d81
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 @@ -19,7 +19,7 @@ dynamic = ["version"]
# conda package match specifications, see here:
# https://docs.conda.io/projects/conda-build/en/stable/resources/package-spec.html#package-match-specifications
dependencies = [
"numpy",
"numpy<2",
"netcdf4",
"shapely",
"pyproj"
Expand Down

0 comments on commit 75f2d81

Please sign in to comment.