Skip to content

Commit

Permalink
switching specutils req to pip from conda
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Dec 3, 2018
1 parent 81f0292 commit fb02b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ env:

# List runtime dependencies for the package that are available as conda
# packages here.
- CONDA_DEPENDENCIES='h5py matplotlib specutils'
- CONDA_DEPENDENCIES='h5py matplotlib'
- CONDA_DEPENDENCIES_DOC='sphinx-astropy h5py matplotlib'

# List other runtime dependencies for the package that are available as
# pip packages here.
- PIP_DEPENDENCIES=''
- PIP_DEPENDENCIES='specutils'

# Conda packages for affiliated packages are hosted in channel
# "astropy" while builds for astropy LTS with recent numpy versions
Expand Down

0 comments on commit fb02b92

Please sign in to comment.