'distribute' is the ancestor of 'setuptools', and many packages require setuptools to be installed. Upgrade of MySQL-python from 1.2.4 to 1.2.5 is required because of an incompatibility with setuptools>0.7.
20 lines
562 B
Plaintext
20 lines
562 B
Plaintext
# DON'T JUST ADD NEW DEPENDENCIES!!!
|
|
#
|
|
# If you open a pull request that adds a new dependency, you should notify:
|
|
# * @mollydb to check licensing
|
|
# * One of @e0d, @feanil, @fredsmith, @maxrothman, or @jibsheet
|
|
# to check system requirements
|
|
|
|
# Use a modern setuptools instead of distribute
|
|
setuptools==18.0.1
|
|
|
|
# Numpy and scipy can't be installed in the same pip run.
|
|
# Install numpy before other things to help resolve the problem.
|
|
numpy==1.6.2
|
|
|
|
# Needed to make sure that options in base.txt are allowed
|
|
pip==6.0.8
|
|
|
|
# Needed for meliae
|
|
Cython==0.21.2
|