File tree 6 files changed +7
-3
lines changed 6 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ jobs:
104
104
geopandas<1.0
105
105
ipython
106
106
pyarrow
107
+ rasterio<1.4.3
107
108
rioxarray
108
109
make
109
110
pip
Original file line number Diff line number Diff line change 61
61
geopandas
62
62
ipython
63
63
pyarrow
64
+ rasterio<1.4.3
64
65
rioxarray
65
66
make
66
67
pip
Original file line number Diff line number Diff line change @@ -73,13 +73,13 @@ jobs:
73
73
numpy-version : ' 1.24'
74
74
pandas-version : ' =2.0'
75
75
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'
77
77
# Python 3.12 + core packages (latest versions) + optional packages
78
78
- python-version : ' 3.12'
79
79
numpy-version : ' 2.1'
80
80
pandas-version : ' '
81
81
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'
83
83
# Python 3.11 + core packages (Linux only)
84
84
- os : ' ubuntu-latest'
85
85
python-version : ' 3.11'
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152
152
python -m pip install --pre --prefer-binary \
153
153
--extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
154
154
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 \
156
156
pytest pytest-cov pytest-doctestplus pytest-mpl pytest-rerunfailures \
157
157
sphinx-gallery
158
158
Original file line number Diff line number Diff line change 71
71
geopandas
72
72
ipython
73
73
pyarrow
74
+ rasterio<1.4.3
74
75
rioxarray
75
76
sphinx-gallery
76
77
make
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ dependencies:
17
17
- geopandas<1.0
18
18
- ipython
19
19
- pyarrow
20
+ - rasterio<1.4.3
20
21
- rioxarray
21
22
# Development dependencies (general)
22
23
- make
You can’t perform that action at this time.
0 commit comments