mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-12 06:19:35 +08:00
Do not explicitly remove packages from requirements.txt
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
cython>=0.19.2
|
||||
matplotlib>=1.0
|
||||
matplotlib>=1.1.0
|
||||
numpy>=1.6.1
|
||||
scipy>=0.9
|
||||
six>=1.3
|
||||
|
||||
@@ -29,8 +29,6 @@ if [[ $TRAVIS_PYTHON_VERSION == 2.7* ]]; then
|
||||
sudo apt-get install python-scipy python-matplotlib
|
||||
sed -i 's/cython>=/cython==/g' requirements.txt
|
||||
sed -i 's/networkx>=/networkx==/g' requirements.txt
|
||||
sed -i '/matplotlib/d' requirements.txt
|
||||
sed -i '/scipy/d' requirements.txt
|
||||
else
|
||||
virtualenv -p python --system-site-packages ~/venv
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user