Skip to content

Commit

Permalink
Pin NumPy to <2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed Jun 24, 2024
1 parent 504b889 commit a987090
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions ci/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- sphinx>=5.0
- sphinx-book-theme >= 0.3.0
- numpydoc
- numpy<2.0.0
- myst-parser
- pip:
- -e "..[xesmf]"
2 changes: 1 addition & 1 deletion ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- mercantile
- mpich
- netcdf4
- numpy
- numpy<2.0.0
- pip
- pooch
- pre-commit
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ dynamic = ["version"]

dependencies = [
"cf_xarray>=0.8.0",
"xarray-datatree >= 0.0.11",
"xarray-datatree>=0.0.11",
"zarr",
"pydantic>=1.10",
"pyproj",
"rasterio",
"numpy<2.0.0"
]

[project.optional-dependencies]
Expand Down

0 comments on commit a987090

Please sign in to comment.