Skip to content

Commit

Permalink
Remove numpy<2 pin (#179)
Browse files Browse the repository at this point in the history
Incompatibility with numpy=2.0 should have been fixed in rasterio 1.4.0 (rasterio/rasterio#3109).
  • Loading branch information
weiji14 authored Oct 8, 2024
1 parent f9bcfaa commit 0e21a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
create-args: >-
python=${{ matrix.python-version }}
geopandas
numpy<2
numpy
netcdf4
odc-geo
pandoc
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
"scipy",
"xarray>=0.17",
"pyproj>=2",
"numpy>=1.20,<2",
"numpy>=1.20",
]

[project.urls]
Expand Down

0 comments on commit 0e21a69

Please sign in to comment.