Skip to content

Commit 2c0e80c

Browse files
committed
pandas>=1.5.3
1 parent 01770d0 commit 2c0e80c

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
@@ -42,7 +42,7 @@
4242
"Orange3>=3.39.0",
4343
"orange-canvas-core>=0.2.5",
4444
"orange-widget-base>=4.25.0",
45-
"pandas>=2.2.3",
45+
"pandas>=1.5.3",
4646
"scikit-learn>=1.7.0",
4747
"scipy>=1.13.0",
4848
"pyqtgraph>=0.13.1",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ deps =
2525
oldest: orange3==3.39.0
2626
oldest: orange-canvas-core==0.2.5
2727
oldest: orange-widget-base==4.25.0
28-
oldest: pandas~=2.2.3
28+
oldest: pandas~=1.5.3
2929
oldest: scikit-learn~=1.7.0
3030
oldest: scipy~=1.13.0
3131
oldest: xgboost==2.0.0

0 commit comments

Comments
 (0)