Skip to content

Commit

Permalink
Merge c3363c4 into e600aa8
Browse files Browse the repository at this point in the history
  • Loading branch information
meddulla committed Sep 30, 2019
2 parents e600aa8 + c3363c4 commit 933296b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
install_requires=["numpy>=1.15.4", "pandas>=0.23.4", "scipy>=1.1.0", "scikit-learn>=0.20.0",
"xgboost==0.80", "lightgbm==2.2.3", "catboost==0.13.1",
"h5py>=2.9.0", "tensorflow==1.13.1", "Keras==2.2.4", "tqdm==4.31.1"],
"h5py>=2.9.0", "tensorflow==1.13.1", "Keras==2.2.4", "tqdm>=4.33"],
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3.6'
Expand Down

0 comments on commit 933296b

Please sign in to comment.