From f1a9658bb0a96023695a7816a65e3d6701a532e3 Mon Sep 17 00:00:00 2001 From: tata-antares Date: Wed, 9 Nov 2016 19:53:58 +0300 Subject: [PATCH] revert all dependencies: problems with xgb 0.6a2 for max installation; problems with pandas, numpy, scipy, sklearn installation with conda on linux. Wait next release for these updates. --- ci/environment-rep-template.yaml | 14 +++++++------- ci/environment-rep2.yaml | 14 +++++++------- ci/environment-rep3.yaml | 14 +++++++------- requirements.txt | 16 ++++++++-------- 4 files changed, 29 insertions(+), 29 deletions(-) diff --git a/ci/environment-rep-template.yaml b/ci/environment-rep-template.yaml index d5fb222..c3523fa 100644 --- a/ci/environment-rep-template.yaml +++ b/ci/environment-rep-template.yaml @@ -6,17 +6,17 @@ dependencies: - nomkl - matplotlib=1.5.1 - numpy=1.10.4 - - scipy=0.17.1 - - pandas=0.18.1 - - scikit-learn=0.18 + - scipy=0.17.0 + - pandas=0.17.1 + - scikit-learn=0.17.1 - six=1.10.0 - root_numpy - rootpy - root=5* - pip: - - ipykernel==4.5.0 - - notebook==4.2.3 - - bokeh==0.12.3 + - ipykernel==4.3.1 + - notebook==4.2.1 + - bokeh==0.11.1 - neurolab==0.3.5 - theano==0.8.2 - theanets==0.7.3 @@ -24,4 +24,4 @@ dependencies: - mpld3==0.2 - hep_ml==0.4 - xgboost==0.4a30 - - requests==2.11.1 + - requests==2.9.1 diff --git a/ci/environment-rep2.yaml b/ci/environment-rep2.yaml index 4a16411..1124b4a 100644 --- a/ci/environment-rep2.yaml +++ b/ci/environment-rep2.yaml @@ -7,17 +7,17 @@ dependencies: - nomkl - matplotlib=1.5.1 - numpy=1.10.4 - - scipy=0.17.1 - - pandas=0.18.1 - - scikit-learn=0.18 + - scipy=0.17.0 + - pandas=0.17.1 + - scikit-learn=0.17.1 - six=1.10.0 - root_numpy - rootpy - root=5* - pip: - - ipykernel==4.5.0 - - notebook==4.2.3 - - bokeh==0.12.3 + - ipykernel==4.3.1 + - notebook==4.2.1 + - bokeh==0.11.1 - neurolab==0.3.5 - theano==0.8.2 - theanets==0.7.3 @@ -25,4 +25,4 @@ dependencies: - mpld3==0.2 - hep_ml==0.4 - xgboost==0.4a30 - - requests==2.11.1 + - requests==2.9.1 diff --git a/ci/environment-rep3.yaml b/ci/environment-rep3.yaml index 61681e0..940e27e 100644 --- a/ci/environment-rep3.yaml +++ b/ci/environment-rep3.yaml @@ -7,17 +7,17 @@ dependencies: - nomkl - matplotlib=1.5.1 - numpy=1.10.4 - - scipy=0.17.1 - - pandas=0.18.1 - - scikit-learn=0.18 + - scipy=0.17.0 + - pandas=0.17.1 + - scikit-learn=0.17.1 - six=1.10.0 - root_numpy - rootpy - root=5* - pip: - - ipykernel==4.5.0 - - notebook==4.2.3 - - bokeh==0.12.3 + - ipykernel==4.3.1 + - notebook==4.2.1 + - bokeh==0.11.1 - neurolab==0.3.5 - theano==0.8.2 - theanets==0.7.3 @@ -25,4 +25,4 @@ dependencies: - mpld3==0.2 - hep_ml==0.4 - xgboost==0.4a30 - - requests==2.11.1 + - requests==2.9.1 diff --git a/requirements.txt b/requirements.txt index b18982f..9b5f5b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ -numpy >= 1.10.4 -scipy >= 0.17.1 +numpy >= 1.10.0 +scipy >= 0.16.0 matplotlib == 1.5.1 -pandas == 0.18.1 -scikit-learn == 0.18 -ipykernel == 4.5.0 -notebook == 4.2.3 -bokeh == 0.12.3 +pandas == 0.17.1 +scikit-learn == 0.17.1 +ipykernel == 4.3.1 +notebook == 4.2.1 +bokeh == 0.11.1 mpld3 == 0.2 neurolab == 0.3.5 theano == 0.8.2 @@ -15,4 +15,4 @@ theanets == 0.7.3 pybrain == 0.3 xgboost == 0.4a30 hep_ml == 0.4 -requests == 2.11.1 \ No newline at end of file +requests == 2.9.1 \ No newline at end of file