Commit 041fede3 by Ned Batchelder

Try the latest of pip and setuptools

parent a117416e
...@@ -4,15 +4,13 @@ ...@@ -4,15 +4,13 @@
# * @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 # Packaging pre-requisites.
setuptools==18.0.1 setuptools==34.0.2
pip==9.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.
# Install numpy before other things to help resolve the problem. # Install numpy before other things to help resolve the problem.
numpy==1.6.2 numpy==1.6.2
# Needed to make sure that options in base.txt are allowed
pip==7.1.2
# Needed for meliae # Needed for meliae
Cython==0.21.2 Cython==0.21.2
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