File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 96
96
mamba install gmt=6.2.0 numpy=${{ matrix.numpy-version }} \
97
97
pandas xarray netCDF4 packaging \
98
98
${{ matrix.optional-packages }} \
99
- dvc=2.3.0 make pytest>=6.0 \
99
+ dvc make pytest>=6.0 \
100
100
pytest-cov pytest-mpl sphinx-gallery tomli
101
101
102
102
# Show installed pkg information for postmortem diagnostic
Original file line number Diff line number Diff line change 88
88
- name : Install dependencies
89
89
run : |
90
90
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
92
92
pip install --pre numpy pandas xarray netCDF4 packaging \
93
93
ipython pytest-cov pytest-mpl pytest>=6.0 sphinx-gallery \
94
94
tomli
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies:
17
17
- black
18
18
- blackdoc
19
19
- docformatter
20
- - dvc=2.3.0
20
+ - dvc
21
21
- flake8
22
22
- ipython
23
23
- isort>=5
You can’t perform that action at this time.
0 commit comments