Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AxeldeRomblay committed Oct 9, 2017
1 parent fa7462b commit 925c227
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
20 changes: 10 additions & 10 deletions python-package/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
numpy==1.13.0
matplotlib==2.0.2
hyperopt==0.1
Keras==2.0.4
pandas==0.18.0
joblib==0.11
scikit-learn==0.19.0
scipy==0.17.0
numpy>=1.13.0
matplotlib>=2.0.2
hyperopt>=0.1
Keras>=2.0.4
pandas>=0.18.0
joblib>=0.11
scikit-learn>=0.19.0
scipy>=0.17.0
Theano>=0.9.0
xgboost==0.6a2
lightgbm==2.0.2
xgboost>=0.6a2
lightgbm>=2.0.2
networkx==1.11
22 changes: 11 additions & 11 deletions python-package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
from setuptools.command.install import install

requirements = [
"numpy==1.13.0",
"matplotlib==2.0.2",
"hyperopt==0.1",
"Keras==2.0.4",
"pandas==0.18.0",
"joblib==0.11",
"scikit-learn==0.19.0",
"scipy==0.17.0",
"Theano==0.9.0",
"xgboost==0.6a2",
"lightgbm==2.0.2",
"numpy>=1.13.0",
"matplotlib>=2.0.2",
"hyperopt>=0.1",
"Keras>=2.0.4",
"pandas>=0.18.0",
"joblib>=0.11",
"scikit-learn>=0.19.0",
"scipy>=0.17.0",
"Theano>=0.9.0",
"xgboost>=0.6a2",
"lightgbm>=2.0.2",
"networkx==1.11"
]

Expand Down

0 comments on commit 925c227

Please sign in to comment.