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:
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
Original file line number Diff line number Diff line change 6161 geopandas
6262 ipython
6363 pyarrow
64- rasterio<1.4.3
6564 rioxarray
6665 make
6766 pip
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 7171 geopandas
7272 ipython
7373 pyarrow
74- rasterio<1.4.3
7574 rioxarray
7675 sphinx-gallery
7776 make
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments