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 560f217 commit 245d94cCopy full SHA for 245d94c
etc/environment.yml
@@ -5,7 +5,7 @@ channels:
5
dependencies:
6
- pandas
7
- biopython
8
- - scikit-learn == 1.0.2
+ - scikit-learn >= 1.0, < 1.3
9
- lightgbm >= 3.3, < 4.0.0
10
- shap >= 0.41
11
- matplotlib
setup.cfg
@@ -19,7 +19,7 @@ include_package_data = true
19
install_requires =
20
pandas
21
biopython
22
- scikit-learn == 1.0.2
+ scikit-learn >= 1.0, < 1.3
23
lightgbm >= 3.3, < 4.0.0
24
numpy
25
shap >= 0.41
0 commit comments