Skip to content

Commit

Permalink
Merge pull request #352 from thunder-project/check-dependencies
Browse files Browse the repository at this point in the history
remove unused conda installs
  • Loading branch information
freeman-lab committed Aug 5, 2016
2 parents d638220 + cf42dc7 commit 33ae844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda create --yes -q -n test python=$TRAVIS_PYTHON_VERSION pip numpy scipy scikit-learn scikit-image matplotlib pytest boto
- conda create --yes -q -n test python=$TRAVIS_PYTHON_VERSION pip numpy scipy pytest boto
- source activate test
- pip install .
- pip install -r requirements-dev.txt
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
numpy
scipy
six
pillow>=2.1.0
boto >= 2.36.0
bolt-python >= 0.7.0
tifffile >= 0.9.2

0 comments on commit 33ae844

Please sign in to comment.