We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfb914 commit 45fad6bCopy full SHA for 45fad6b
setup.py
@@ -11,7 +11,21 @@
11
with open("HISTORY.rst") as history_file:
12
history = history_file.read()
13
14
-requirements = ['Click>=7.0', ]
+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
+]
29
30
setup_requirements = [
31
"pytest-runner",
0 commit comments