Skip to content

Commit

Permalink
revert all dependencies: problems with xgb 0.6a2 for max installation…
Browse files Browse the repository at this point in the history
…; problems with pandas, numpy, scipy, sklearn installation with conda on linux. Wait next release for these updates.
  • Loading branch information
tata-antares committed Nov 9, 2016
1 parent 64d36b5 commit f1a9658
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
14 changes: 7 additions & 7 deletions ci/environment-rep-template.yaml
Expand Up @@ -6,22 +6,22 @@ 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
- pybrain==0.3
- mpld3==0.2
- hep_ml==0.4
- xgboost==0.4a30
- requests==2.11.1
- requests==2.9.1
14 changes: 7 additions & 7 deletions ci/environment-rep2.yaml
Expand Up @@ -7,22 +7,22 @@ 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
- pybrain==0.3
- mpld3==0.2
- hep_ml==0.4
- xgboost==0.4a30
- requests==2.11.1
- requests==2.9.1
14 changes: 7 additions & 7 deletions ci/environment-rep3.yaml
Expand Up @@ -7,22 +7,22 @@ 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
- pybrain==0.3
- mpld3==0.2
- hep_ml==0.4
- xgboost==0.4a30
- requests==2.11.1
- requests==2.9.1
16 changes: 8 additions & 8 deletions 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
Expand All @@ -15,4 +15,4 @@ theanets == 0.7.3
pybrain == 0.3
xgboost == 0.4a30
hep_ml == 0.4
requests == 2.11.1
requests == 2.9.1

0 comments on commit f1a9658

Please sign in to comment.