Skip to content

Commit 245d94c

Browse files
committed
pin scikit-learn version
1 parent 560f217 commit 245d94c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
- pandas
77
- biopython
8-
- scikit-learn == 1.0.2
8+
- scikit-learn >= 1.0, < 1.3
99
- lightgbm >= 3.3, < 4.0.0
1010
- shap >= 0.41
1111
- matplotlib

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include_package_data = true
1919
install_requires =
2020
pandas
2121
biopython
22-
scikit-learn == 1.0.2
22+
scikit-learn >= 1.0, < 1.3
2323
lightgbm >= 3.3, < 4.0.0
2424
numpy
2525
shap >= 0.41

0 commit comments

Comments
 (0)