Skip to content

Commit

Permalink
Temporarily pin dvc to <3.51
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed May 27, 2024
1 parent 897444a commit 95e48b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
netCDF4
packaging
build
dvc
dvc<3.51
make
pip
pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
python -m pip install --pre --prefer-binary \
--extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
'numpy<2' pandas xarray netCDF4 packaging \
build contextily dvc geopandas ipython pyarrow rioxarray \
build contextily 'dvc<3.51' geopandas ipython pyarrow rioxarray \
pytest pytest-cov pytest-doctestplus pytest-mpl pytest-rerunfailures pytest-xdist\
sphinx-gallery
Expand Down

0 comments on commit 95e48b3

Please sign in to comment.