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 9878775 commit 8b491b9Copy full SHA for 8b491b9
requirements.txt
@@ -1,6 +1,6 @@
1
numpy>=1.23.5
2
pandas>=1.5.3
3
-scikit-learn>=1.2.0
+scikit-learn>=1.3.0
4
jupyter>=1.0.0
5
tqdm>=4.64.1
6
colorama>=0.4.6
setup.py
@@ -24,7 +24,7 @@
24
install_requires=[
25
"numpy>=1.23.5",
26
"pandas>=1.5.3",
27
- "scikit-learn>=1.2.0",
+ "scikit-learn>=1.3.0",
28
"jupyter>=1.0.0",
29
"tqdm>=4.64.1",
30
"colorama>=0.4.6",
0 commit comments