From f946062265f260fe3c99fe846115deaf9e9fedfd Mon Sep 17 00:00:00 2001 From: wassname Date: Sat, 31 Mar 2018 10:05:04 +0800 Subject: [PATCH] update requirements --- etc/python2.7-environment.yml | 2 +- etc/python3.6-environment.yml | 2 +- etc/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/python2.7-environment.yml b/etc/python2.7-environment.yml index 697c0742..4a63f06d 100644 --- a/etc/python2.7-environment.yml +++ b/etc/python2.7-environment.yml @@ -43,7 +43,7 @@ dependencies: - multipledispatch==0.4.9 - networkx==2.0 - numexpr==2.6.4 - - pandas==0.19.2 + - pandas==0.22.0 - pandas-datareader==0.5.0 - patsy==0.4.1 - pyparsing==2.2.0 diff --git a/etc/python3.6-environment.yml b/etc/python3.6-environment.yml index c93f3c82..3d16cfc0 100644 --- a/etc/python3.6-environment.yml +++ b/etc/python3.6-environment.yml @@ -62,7 +62,7 @@ dependencies: - multipledispatch==0.4.9 - networkx==2.1 - numexpr==2.6.4 - - pandas==0.19.2 + - pandas==0.22.0 - pandas-datareader==0.6.0 - patsy==0.5.0 - pycares==2.3.0 diff --git a/etc/requirements.txt b/etc/requirements.txt index 5be47e3d..9931d42f 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -19,7 +19,7 @@ requests-file==1.4.1 # scipy and pandas are required for statsmodels, # statsmodels in turn is required for some pandas packages scipy==0.17.1 -pandas==0.19.2 +pandas==0.22.0 pandas-datareader==0.2.1 # Needed for parts of pandas.stats patsy==0.4.0