We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897444a commit 95e48b3Copy full SHA for 95e48b3
.github/workflows/ci_tests.yaml
@@ -126,7 +126,7 @@ jobs:
126
netCDF4
127
packaging
128
build
129
- dvc
+ dvc<3.51
130
make
131
pip
132
pytest
.github/workflows/ci_tests_dev.yaml
@@ -144,7 +144,7 @@ jobs:
144
python -m pip install --pre --prefer-binary \
145
--extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
146
'numpy<2' pandas xarray netCDF4 packaging \
147
- build contextily dvc geopandas ipython pyarrow rioxarray \
+ build contextily 'dvc<3.51' geopandas ipython pyarrow rioxarray \
148
pytest pytest-cov pytest-doctestplus pytest-mpl pytest-rerunfailures pytest-xdist\
149
sphinx-gallery
150
0 commit comments