From d109e81d3ba1b173726a99c7a902cd8d1281ae15 Mon Sep 17 00:00:00 2001 From: Jonathan Kamens Date: Tue, 17 Mar 2015 15:51:00 -0400 Subject: [PATCH] MAINT: Update a bunch of PyPI package versions --- etc/requirements.txt | 26 +++++++++++++------------- etc/requirements_dev.txt | 15 +++++++++------ 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/etc/requirements.txt b/etc/requirements.txt index 66894135..fb38d6a8 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -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 diff --git a/etc/requirements_dev.txt b/etc/requirements_dev.txt index f7a7eb37..7f0d5ee3 100644 --- a/etc/requirements_dev.txt +++ b/etc/requirements_dev.txt @@ -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