File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 66
66
# Install GMT and other required dependencies from conda-forge
67
67
- name : Install dependencies
68
68
run : |
69
- conda install gmt=6.1.1 numpy pandas xarray netCDF4 packaging \
69
+ conda install -c conda-forge/label/dev gmt=6.2.0rc1
70
+ conda install numpy pandas xarray netCDF4 packaging \
70
71
ipython make myst-parser \
71
72
sphinx sphinx-copybutton sphinx-gallery sphinx_rtd_theme
72
73
Original file line number Diff line number Diff line change 86
86
# Install GMT and other required dependencies from conda-forge
87
87
- name : Install dependencies
88
88
run : |
89
- conda install gmt=6.1.1 numpy=${{ matrix.numpy-version }} \
89
+ conda install -c conda-forge/label/dev gmt=6.2.0rc1
90
+ conda install numpy=${{ matrix.numpy-version }} \
90
91
pandas xarray netCDF4 packaging \
91
92
codecov coverage[toml] dvc ipython make \
92
93
pytest-cov pytest-mpl pytest>=6.0 \
Original file line number Diff line number Diff line change 1
1
name : pygmt
2
2
channels :
3
+ - conda-forge/label/dev
3
4
- conda-forge
4
5
- defaults
5
6
dependencies :
6
7
# Required dependencies
7
8
- pip
8
- - gmt=6.1.1
9
+ - gmt=6.2.0rc1
9
10
- numpy>=1.17
10
11
- pandas
11
12
- xarray
You can’t perform that action at this time.
0 commit comments