Skip to content

Commit

Permalink
bumps lgbm version to 2.0.11 for new predict_intervals functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
ClimbsRocks committed Nov 27, 2017
1 parent 5770660 commit 1356099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,6 +1,6 @@
dill>=0.2.5, < 0.3
h5py>=2.7.0, <3.0
lightgbm>=2.0.6, <2.1
lightgbm>=2.0.11, <2.1
numpy>=1.11.0, <2.0
pandas>=0.18.0, <1.0
pathos>=0.2.1, <0.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -113,7 +113,7 @@
install_requires=[
'dill>=0.2.5, <0.3',
'h5py>=2.7.0, <3.0',
'lightgbm>=2.0.6, <2.1',
'lightgbm>=2.0.11, <2.1',
'numpy>=1.11.0, <2.0',
'pandas>=0.18.0, <1.0',
'pathos>=0.2.1, <0.3.0',
Expand Down

0 comments on commit 1356099

Please sign in to comment.