Skip to content

Commit 2bad7f3

Browse files
seismanweiji14
andauthored
Unpin dvc version from 2.3.0 (#1559)
This reverts commit 09847a7. Co-authored-by: Wei Ji <[email protected]>
1 parent 5cb1035 commit 2bad7f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
mamba install gmt=6.2.0 numpy=${{ matrix.numpy-version }} \
9797
pandas xarray netCDF4 packaging \
9898
${{ matrix.optional-packages }} \
99-
dvc=2.3.0 make pytest>=6.0 \
99+
dvc make pytest>=6.0 \
100100
pytest-cov pytest-mpl sphinx-gallery tomli
101101
102102
# Show installed pkg information for postmortem diagnostic

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Install dependencies
8989
run: |
9090
mamba install ninja cmake libblas libcblas liblapack fftw gdal geopandas \
91-
ghostscript libnetcdf hdf5 zlib curl pcre make dvc=2.3.0
91+
ghostscript libnetcdf hdf5 zlib curl pcre make dvc
9292
pip install --pre numpy pandas xarray netCDF4 packaging \
9393
ipython pytest-cov pytest-mpl pytest>=6.0 sphinx-gallery \
9494
tomli

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- black
1818
- blackdoc
1919
- docformatter
20-
- dvc=2.3.0
20+
- dvc
2121
- flake8
2222
- ipython
2323
- isort>=5

0 commit comments

Comments
 (0)