Skip to content

Commit 7845e9e

Browse files
authored
CI: Pin rasterio < 1.4.3 temporarily (#3668)
1 parent 9b53043 commit 7845e9e

File tree

6 files changed

+7
-3
lines changed

6 files changed

+7
-3
lines changed

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
geopandas<1.0
105105
ipython
106106
pyarrow
107+
rasterio<1.4.3
107108
rioxarray
108109
make
109110
pip

.github/workflows/ci_doctests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
geopandas
6262
ipython
6363
pyarrow
64+
rasterio<1.4.3
6465
rioxarray
6566
make
6667
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 rioxarray sphinx-gallery'
76+
optional-packages: ' contextily geopandas<1 ipython pyarrow rasterio<1.4.3 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 rioxarray sphinx-gallery'
82+
optional-packages: ' contextily geopandas>=1.0 ipython pyarrow rasterio<1.4.3 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 rioxarray \
155+
build contextily dvc geopandas ipython pyarrow 'rasterio<1.4.3' rioxarray \
156156
pytest pytest-cov pytest-doctestplus pytest-mpl pytest-rerunfailures \
157157
sphinx-gallery
158158

.github/workflows/ci_tests_legacy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
geopandas
7272
ipython
7373
pyarrow
74+
rasterio<1.4.3
7475
rioxarray
7576
sphinx-gallery
7677
make

ci/requirements/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies:
1717
- geopandas<1.0
1818
- ipython
1919
- pyarrow
20+
- rasterio<1.4.3
2021
- rioxarray
2122
# Development dependencies (general)
2223
- make

0 commit comments

Comments
 (0)