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 189619d commit febde2cCopy full SHA for febde2c
demos/requirements.txt
@@ -7,7 +7,8 @@ numpy>=1.16.6,<2.0.0
7
opencv-python
8
pillow>=8.1.2
9
pyyaml>=5.4.1
10
-scikit-learn>=0.24.1
+scikit-learn>=0.24.1;python_version < "3.13"
11
+scikit-learn>=1.5.2;python_version >= "3.13"
12
scipy>=1.5.4
13
sympy>=1.8
14
tensorboardX>=2.6;python_version < "3.13"
0 commit comments