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 b20afa6 commit fa00b07Copy full SHA for fa00b07
setup.py
@@ -43,7 +43,7 @@
43
"orange-canvas-core>=0.2.5",
44
"orange-widget-base>=4.25.0",
45
"pandas>=2.2.3",
46
- "scikit-learn>=1.7.0",
+ "scikit-learn>=1.5.1",
47
"scipy>=1.13.0",
48
"pyqtgraph>=0.13.1",
49
"numpy>=2.0.0",
tox.ini
@@ -26,7 +26,7 @@ deps =
26
oldest: orange-canvas-core==0.2.5
27
oldest: orange-widget-base==4.25.0
28
oldest: pandas~=2.2.3
29
- oldest: scikit-learn~=1.7.0
+ oldest: scikit-learn~=1.5.1
30
oldest: scipy~=1.13.0
31
oldest: xgboost==2.0.0
32
oldest: pyqtgraph==0.13.1
0 commit comments