Commit b99e1355 by Ned Batchelder

Pin sandbox packaging tools in sync with edxapp venv

parent 73519b35
...@@ -4,6 +4,10 @@ ...@@ -4,6 +4,10 @@
# * @edx/ospr - to check licensing # * @edx/ospr - to check licensing
# * @edx/devops - to check system requirements # * @edx/devops - to check system requirements
# Pin packaging tools the same as edxapp. Keep them in sync for our sanity.
setuptools==18.0.1
pip==7.1.2
numpy==1.6.2 numpy==1.6.2
networkx==1.7 networkx==1.7
sympy==0.7.1 sympy==0.7.1
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# * @edx/ospr - to check licensing # * @edx/ospr - to check licensing
# * @edx/devops - to check system requirements # * @edx/devops - to check system requirements
# Use a modern setuptools instead of distribute # This is an old version of setuptools, and we should upgrade when it is safe.
setuptools==18.0.1 setuptools==18.0.1
# Numpy and scipy can't be installed in the same pip run. # Numpy and scipy can't be installed in the same pip run.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment