diff --git a/requirements.txt b/requirements.txt index 0e56e9c..bd0949a 100644 --- a/requirements.txt +++ b/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 diff --git a/setup.py b/setup.py index 8601adf..a7f748e 100644 --- a/setup.py +++ b/setup.py @@ -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',