Skip to content

Commit

Permalink
DEP: Pin geopandas<1 & numpy<2
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Jun 25, 2024
1 parent 1869751 commit 9e300a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
environment-name: test
create-args: >-
python=${{ matrix.python-version }}
geopandas
geopandas<1
numpy<2
netcdf4
odc-geo
pandoc
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ requires-python = ">=3.10"
dependencies = [
"appdirs",
"click>=6.0",
"geopandas>=0.7",
"geopandas>=0.7,<1",
"odc_geo",
"rasterio>=1.3",
"rioxarray>=0.4",
"scipy",
"xarray>=0.17",
"pyproj>=2",
"numpy>=1.20",
"numpy>=1.20,<2",
]

[project.urls]
Expand Down

0 comments on commit 9e300a5

Please sign in to comment.