Skip to content

Commit 3a5bdde

Browse files
committed
require Orange3>=3.34
1 parent f7445be commit 3a5bdde

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def include_documentation(local_dir, install_dir):
6161
},
6262
install_requires=[
6363
"numpy",
64-
"Orange3",
64+
"Orange3>=3.34.0",
6565
"aif360>=0.6.0",
6666
],
6767
extras_require={

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ deps =
2424
{env:PYQT_PYPI_NAME:PyQt5}=={env:PYQT_PYPI_VERSION:5.15.*}
2525
{env:WEBENGINE_PYPI_NAME:PyQtWebEngine}=={env:WEBENGINE_PYPI_VERSION:5.15.*}
2626
oldest: scikit-learn==1.0.1
27-
oldest: orange3==3.32.0
27+
oldest: orange3==3.34.0
2828
# Use newer canvas-core and widget-base to avoid segfaults on windows
29-
oldest: orange-canvas-core==0.1.24
30-
oldest: orange-widget-base==4.16.1
29+
oldest: orange-canvas-core==0.1.28
30+
oldest: orange-widget-base==4.19.0
3131
oldest: pandas==1.3
32-
oldest: numpy==1.17.3
32+
oldest: numpy==1.19.5
3333
latest: git+https://github.com/biolab/orange3.git#egg=orange3
3434
latest: git+https://github.com/biolab/orange-canvas-core.git#egg=orange-canvas-core
3535
latest: git+https://github.com/biolab/orange-widget-base.git#egg=orange-widget-base

0 commit comments

Comments
 (0)