File tree Expand file tree Collapse file tree 6 files changed +5
-9
lines changed Expand file tree Collapse file tree 6 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -101,10 +101,9 @@ jobs:
101
101
netCDF4
102
102
packaging
103
103
contextily
104
- geopandas<1.0
104
+ geopandas
105
105
ipython
106
106
pyarrow
107
- rasterio<1.4.3
108
107
rioxarray
109
108
make
110
109
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
65
64
rioxarray
66
65
make
67
66
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 rasterio<1.4.3 rioxarray sphinx-gallery'
76
+ optional-packages : ' contextily geopandas<1 ipython pyarrow 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 rasterio<1.4.3 rioxarray sphinx-gallery'
82
+ optional-packages : ' contextily geopandas>=1.0 ipython pyarrow 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 'rasterio<1.4.3' rioxarray \
155
+ build contextily dvc geopandas ipython pyarrow 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
75
74
rioxarray
76
75
sphinx-gallery
77
76
make
Original file line number Diff line number Diff line change @@ -14,10 +14,9 @@ dependencies:
14
14
- packaging
15
15
# Optional dependencies
16
16
- contextily
17
- - geopandas<1.0
17
+ - geopandas
18
18
- ipython
19
19
- pyarrow
20
- - rasterio<1.4.3
21
20
- rioxarray
22
21
# Development dependencies (general)
23
22
- make
You can’t perform that action at this time.
0 commit comments