Skip to content

Commit 9ad7384

Browse files
seismanleouieda
authored andcommitted
Remove GMT from the requirements file (#257)
Strictly speaking, gmt-python doesn't dependent on conda-forge's GMT. Such change makes it easy to test gmt-python with latest GMT master branch.
1 parent 1c4fe88 commit 9ad7384

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ env:
2626
# The file with the listed requirements to be installed by conda
2727
- CONDA_REQUIREMENTS=requirements.txt
2828
- CONDA_REQUIREMENTS_DEV=requirements-dev.txt
29-
# Get GMT6 from the development channel
29+
# Get GMT6 from conda-forge development channel
30+
- CONDA_INSTALL_EXTRA="gmt=6.0.0*"
3031
- CONDA_EXTRA_CHANNEL=conda-forge/label/dev
3132
# These variables control which actions are performed in a build
3233
- TEST=false

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
gmt=6.0.0*
21
numpy
32
pandas
43
xarray

0 commit comments

Comments
 (0)