Skip to content

Commit 8b491b9

Browse files
committed
Fix: Add scikit-learn to requirements.txt (#106)
1 parent 9878775 commit 8b491b9

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,6 +1,6 @@
11
numpy>=1.23.5
22
pandas>=1.5.3
3-
scikit-learn>=1.2.0
3+
scikit-learn>=1.3.0
44
jupyter>=1.0.0
55
tqdm>=4.64.1
66
colorama>=0.4.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
install_requires=[
2525
"numpy>=1.23.5",
2626
"pandas>=1.5.3",
27-
"scikit-learn>=1.2.0",
27+
"scikit-learn>=1.3.0",
2828
"jupyter>=1.0.0",
2929
"tqdm>=4.64.1",
3030
"colorama>=0.4.6",

0 commit comments

Comments
 (0)