Skip to content

Commit 45fad6b

Browse files
updated minimum requirements in setup
1 parent acfb914 commit 45fad6b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

setup.py

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,21 @@
1111
with open("HISTORY.rst") as history_file:
1212
history = history_file.read()
1313

14-
requirements = ['Click>=7.0', ]
14+
requirements = [
15+
"click>=7.1.2",
16+
"joblib>=0.16.0",
17+
"lightgbm>=2.3.1",
18+
"numpy>=1.19.1",
19+
"optuna>=1.5.0",
20+
"pandas>=1.0.5",
21+
"pytest>=5.4.3",
22+
"PyYAML>=5.3.1",
23+
"scikit-learn>=0.23.1",
24+
"scipy>=1.5.2",
25+
"six>=1.15.0",
26+
"tqdm>=4.48.0",
27+
"xgboost>=1.1.1",
28+
]
1529

1630
setup_requirements = [
1731
"pytest-runner",

0 commit comments

Comments
 (0)