Files
catalyst/etc/requirements.txt
T
Jonathan Kamens 1097c37e3d MAINT: Peg pip version and fix incompatibility with pip 7.0.3
In d01e718373, we made a change for
compatibility with a change introduced in pip 7.0.0. Then the pip
maintainers went and reverted the change in pip 7.0.2, thereby
breaking our requirements file for the second time in ten days. This
change reverts the prior change so that we are once again compatible
with the current version of pip.

Also, to make it easier for people to avoid pip compatibility issues,
we're now specifying pip>=7.0.3 in etc/requirements.txt.
2015-06-03 14:50:56 -04:00

34 lines
528 B
Plaintext

# Incompatible with earlier PIP versions
pip>=7.0.3
# Logging
Logbook==0.9.1
# Scientific Libraries
pytz==2015.4
numpy==1.9.2
# scipy and pandas are required for statsmodels,
# statsmodels in turn is required for some pandas packages
scipy==0.15.1
pandas==0.16.1
# Needed for parts of pandas.stats
patsy==0.3.0
statsmodels==0.6.1
# Don't use 2.4.0.
python-dateutil==2.4.2
six==1.9.0
# For fetching remote data
requests==2.7.0
Cython==0.22
# faster OrderedDict
cyordereddict==0.2.2
# faster array ops.
bottleneck==1.0.0