Skip to content

Commit 71933de

Browse files
authored
Merge pull request #1337 from perib/update_version
update sklearn version to 1.1.3
2 parents d62de59 + de95dd8 commit 71933de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
deap>=1.2
22
nose==1.3.7
33
numpy>=1.16.3
4-
scikit-learn>=1.0
4+
scikit-learn>=1.1.3
55
imbalanced-learn>=0.7.0
66
scipy>=1.3.1
77
tqdm>=4.36.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def calculate_version():
3737
zip_safe=True,
3838
install_requires=['numpy>=1.16.3',
3939
'scipy>=1.3.1',
40-
'scikit-learn>=1.0.0',
40+
'scikit-learn>=1.1.3',
4141
'deap>=1.2',
4242
'update_checker>=0.16',
4343
'tqdm>=4.36.1',

0 commit comments

Comments
 (0)