Skip to content

Commit

Permalink
requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AxeldeRomblay committed Oct 11, 2017
1 parent bd74396 commit d369c52
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 23 deletions.
21 changes: 10 additions & 11 deletions python-package/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
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
Theano==0.9.0
xgboost==0.6a2
lightgbm==2.0.2
networkx==1.11
23 changes: 11 additions & 12 deletions python-package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@
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",
"Theano==0.9.0",
"xgboost==0.6a2",
"lightgbm==2.0.2",
"networkx==1.11"
]

Expand Down Expand Up @@ -46,7 +45,7 @@ def run(self):

setup(
name='mlbox',
version='0.5.2',
version='0.5.3',
description="A powerful Automated Machine Learning python library.",
long_description=readme,
author="Axel ARONIO DE ROMBLAY",
Expand Down

0 comments on commit d369c52

Please sign in to comment.