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 01770d0 commit 2c0e80cCopy full SHA for 2c0e80c
setup.py
@@ -42,7 +42,7 @@
42
"Orange3>=3.39.0",
43
"orange-canvas-core>=0.2.5",
44
"orange-widget-base>=4.25.0",
45
- "pandas>=2.2.3",
+ "pandas>=1.5.3",
46
"scikit-learn>=1.7.0",
47
"scipy>=1.13.0",
48
"pyqtgraph>=0.13.1",
tox.ini
@@ -25,7 +25,7 @@ deps =
25
oldest: orange3==3.39.0
26
oldest: orange-canvas-core==0.2.5
27
oldest: orange-widget-base==4.25.0
28
- oldest: pandas~=2.2.3
+ oldest: pandas~=1.5.3
29
oldest: scikit-learn~=1.7.0
30
oldest: scipy~=1.13.0
31
oldest: xgboost==2.0.0
0 commit comments