Do not explicitly remove packages from requirements.txt

This commit is contained in:
Steven Silvester
2014-12-14 08:20:01 -06:00
parent fd6f7fe9fd
commit 68547f0a8a
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -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
-2
View File
@@ -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