mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-25 13:10:33 +08:00
MAINT: Update a bunch of PyPI package versions
This commit is contained in:
+13
-13
@@ -1,30 +1,30 @@
|
||||
# Logging
|
||||
Logbook==0.6.0
|
||||
Logbook==0.9.0
|
||||
|
||||
# Scientific Libraries
|
||||
|
||||
pytz==2014.4
|
||||
numpy==1.8.1
|
||||
pytz==2014.10
|
||||
numpy==1.9.2
|
||||
|
||||
# scipy and pandas are required for statsmodels,
|
||||
# statsmodels in turn is required for some pandas packages
|
||||
scipy==0.12.0
|
||||
scipy==0.15.1
|
||||
pandas==0.15.2
|
||||
# Needed for parts of pandas.stats
|
||||
patsy==0.2.1
|
||||
statsmodels==0.5.0
|
||||
patsy==0.3.0
|
||||
statsmodels==0.6.1
|
||||
|
||||
python-dateutil==2.2
|
||||
six==1.6.1
|
||||
# Don't use 2.4.0.
|
||||
python-dateutil==2.4.1
|
||||
six==1.9.0
|
||||
|
||||
# For fetching remote data
|
||||
requests==2.5.1
|
||||
requests==2.5.3
|
||||
|
||||
Cython==0.20.1
|
||||
Cython==0.22
|
||||
|
||||
# faster OrderedDict
|
||||
cyordereddict==0.2.2
|
||||
|
||||
# faster array ops. Note once numpy gets to 1.9.1 we
|
||||
# we can bump to 1.0.0
|
||||
bottleneck==0.8.0
|
||||
# faster array ops.
|
||||
bottleneck==1.0.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Testing
|
||||
nose==1.3.3
|
||||
nose-parameterized==0.3.3
|
||||
nose==1.3.4
|
||||
nose-parameterized==0.3.5
|
||||
nose-ignore-docstring==0.2
|
||||
xlrd==0.9.3
|
||||
mock==1.0.1
|
||||
@@ -21,12 +21,15 @@ mistune==0.5
|
||||
|
||||
# Example scripts that are run during unit tests use the following:
|
||||
|
||||
matplotlib==1.3.1
|
||||
matplotlib==1.4.3
|
||||
# tornado and pyparsing are required by matplotlib
|
||||
tornado==3.2.1
|
||||
pyparsing==2.0.2
|
||||
tornado==4.1
|
||||
pyparsing==2.0.3
|
||||
# Required by tornado
|
||||
backports.ssl-match-hostname==3.4.0.2; python_version < '3.0'
|
||||
certifi==14.5.14
|
||||
|
||||
Markdown==2.4.1
|
||||
Markdown==2.6
|
||||
|
||||
# This --allow syntax is for compatibility with pip >= 1.5
|
||||
# However, this is backwards incompatible change, since previous
|
||||
|
||||
Reference in New Issue
Block a user