We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4fe88 commit 9ad7384Copy full SHA for 9ad7384
.travis.yml
@@ -26,7 +26,8 @@ env:
26
# The file with the listed requirements to be installed by conda
27
- CONDA_REQUIREMENTS=requirements.txt
28
- CONDA_REQUIREMENTS_DEV=requirements-dev.txt
29
- # Get GMT6 from the development channel
+ # Get GMT6 from conda-forge development channel
30
+ - CONDA_INSTALL_EXTRA="gmt=6.0.0*"
31
- CONDA_EXTRA_CHANNEL=conda-forge/label/dev
32
# These variables control which actions are performed in a build
33
- TEST=false
requirements.txt
@@ -1,4 +1,3 @@
1
-gmt=6.0.0*
2
numpy
3
pandas
4
xarray
0 commit comments