Skip to content

Commit a92d9d0

Browse files
authored
CI: Unpin geopandas and rasterio after the fix in #3672 (#3305)
1 parent c4ea77e commit a92d9d0

File tree

6 files changed

+5
-9
lines changed

6 files changed

+5
-9
lines changed

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,9 @@ jobs:
101101
netCDF4
102102
packaging
103103
contextily
104-
geopandas<1.0
104+
geopandas
105105
ipython
106106
pyarrow
107-
rasterio<1.4.3
108107
rioxarray
109108
make
110109
pip

.github/workflows/ci_doctests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
geopandas
6262
ipython
6363
pyarrow
64-
rasterio<1.4.3
6564
rioxarray
6665
make
6766
pip

.github/workflows/ci_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ jobs:
7373
numpy-version: '1.24'
7474
pandas-version: '=2.0'
7575
xarray-version: '=2023.04'
76-
optional-packages: ' contextily geopandas<1 ipython pyarrow rasterio<1.4.3 rioxarray sphinx-gallery'
76+
optional-packages: ' contextily geopandas<1 ipython pyarrow rioxarray sphinx-gallery'
7777
# Python 3.12 + core packages (latest versions) + optional packages
7878
- python-version: '3.12'
7979
numpy-version: '2.1'
8080
pandas-version: ''
8181
xarray-version: ''
82-
optional-packages: ' contextily geopandas>=1.0 ipython pyarrow rasterio<1.4.3 rioxarray sphinx-gallery'
82+
optional-packages: ' contextily geopandas>=1.0 ipython pyarrow rioxarray sphinx-gallery'
8383
# Python 3.11 + core packages (Linux only)
8484
- os: 'ubuntu-latest'
8585
python-version: '3.11'

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
python -m pip install --pre --prefer-binary \
153153
--extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
154154
numpy pandas xarray netCDF4 packaging \
155-
build contextily dvc geopandas ipython pyarrow 'rasterio<1.4.3' rioxarray \
155+
build contextily dvc geopandas ipython pyarrow rioxarray \
156156
pytest pytest-cov pytest-doctestplus pytest-mpl pytest-rerunfailures \
157157
sphinx-gallery
158158

.github/workflows/ci_tests_legacy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
geopandas
7272
ipython
7373
pyarrow
74-
rasterio<1.4.3
7574
rioxarray
7675
sphinx-gallery
7776
make

ci/requirements/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ dependencies:
1414
- packaging
1515
# Optional dependencies
1616
- contextily
17-
- geopandas<1.0
17+
- geopandas
1818
- ipython
1919
- pyarrow
20-
- rasterio<1.4.3
2120
- rioxarray
2221
# Development dependencies (general)
2322
- make

0 commit comments

Comments
 (0)