Skip to content

Commit

Permalink
require Orange3>=3.34
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Dec 9, 2024
1 parent f7445be commit 3a5bdde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def include_documentation(local_dir, install_dir):
},
install_requires=[
"numpy",
"Orange3",
"Orange3>=3.34.0",
"aif360>=0.6.0",
],
extras_require={
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ deps =
{env:PYQT_PYPI_NAME:PyQt5}=={env:PYQT_PYPI_VERSION:5.15.*}
{env:WEBENGINE_PYPI_NAME:PyQtWebEngine}=={env:WEBENGINE_PYPI_VERSION:5.15.*}
oldest: scikit-learn==1.0.1
oldest: orange3==3.32.0
oldest: orange3==3.34.0
# Use newer canvas-core and widget-base to avoid segfaults on windows
oldest: orange-canvas-core==0.1.24
oldest: orange-widget-base==4.16.1
oldest: orange-canvas-core==0.1.28
oldest: orange-widget-base==4.19.0
oldest: pandas==1.3
oldest: numpy==1.17.3
oldest: numpy==1.19.5
latest: git+https://github.com/biolab/orange3.git#egg=orange3
latest: git+https://github.com/biolab/orange-canvas-core.git#egg=orange-canvas-core
latest: git+https://github.com/biolab/orange-widget-base.git#egg=orange-widget-base
Expand Down

0 comments on commit 3a5bdde

Please sign in to comment.