Skip to content

Commit

Permalink
removed astropy from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
martinberoiz committed Mar 26, 2018
1 parent 1f8fa0d commit 45e6312
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ before_install:
- pip install --upgrade pip setuptools wheel

install:
- pip uninstall -y numpy
- pip install --only-binary=numpy,scipy numpy scipy
- pip install scikit-image
- pip install astropy sep
- pip install -r requirements.txt
- pip install codecov

script:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
install_requires=["numpy>=1.6.2",
"scipy>=0.15",
"scikit-image",
"astropy>=1.0",
"sep",
],
test_suite='tests',
Expand Down

0 comments on commit 45e6312

Please sign in to comment.