Skip to content

Commit

Permalink
Remove GMT from the requirements file (#257)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
seisman authored and leouieda committed Jan 16, 2019
1 parent 1c4fe88 commit 9ad7384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ env:
# The file with the listed requirements to be installed by conda
- CONDA_REQUIREMENTS=requirements.txt
- CONDA_REQUIREMENTS_DEV=requirements-dev.txt
# Get GMT6 from the development channel
# Get GMT6 from conda-forge development channel
- CONDA_INSTALL_EXTRA="gmt=6.0.0*"
- CONDA_EXTRA_CHANNEL=conda-forge/label/dev
# These variables control which actions are performed in a build
- TEST=false
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
gmt=6.0.0*
numpy
pandas
xarray
Expand Down

0 comments on commit 9ad7384

Please sign in to comment.