mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-05 13:21:12 +08:00
Clean up required versions
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ before_install:
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == 2.7* ]]; then
|
||||
travis_retry sudo apt-get install python-scipy python-matplotlib;
|
||||
pip install https://github.com/cython/cython/archive/0.19.2.tar.gz;
|
||||
pip install https://github.com/networkx/networkx/archive/networkx-1.6.tar.gz;
|
||||
pip install https://github.com/networkx/networkx/archive/networkx-1.8.tar.gz;
|
||||
fi
|
||||
|
||||
- travis_retry pip install -r requirements.txt $WHEELHOUSE;
|
||||
|
||||
Reference in New Issue
Block a user