Skip to content

Commit fa00b07

Browse files
committed
scikit-learn>=1.5.1
1 parent b20afa6 commit fa00b07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"orange-canvas-core>=0.2.5",
4444
"orange-widget-base>=4.25.0",
4545
"pandas>=2.2.3",
46-
"scikit-learn>=1.7.0",
46+
"scikit-learn>=1.5.1",
4747
"scipy>=1.13.0",
4848
"pyqtgraph>=0.13.1",
4949
"numpy>=2.0.0",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ deps =
2626
oldest: orange-canvas-core==0.2.5
2727
oldest: orange-widget-base==4.25.0
2828
oldest: pandas~=2.2.3
29-
oldest: scikit-learn~=1.7.0
29+
oldest: scikit-learn~=1.5.1
3030
oldest: scipy~=1.13.0
3131
oldest: xgboost==2.0.0
3232
oldest: pyqtgraph==0.13.1

0 commit comments

Comments
 (0)