Skip to content

Commit

Permalink
update min Orange to 3.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Dec 10, 2024
1 parent 0e031c3 commit 8f18bb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 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>=1.21.0",
"Orange3>=3.34.0",
"Orange3>=3.37.0",
"aif360>=0.6.0",
],
extras_require={
Expand Down
13 changes: 5 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,13 @@ deps =
coverage
{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.34.0
# Use newer canvas-core and widget-base to avoid segfaults on windows
oldest: orange-canvas-core==0.1.28
oldest: orange-widget-base==4.19.0
oldest: pandas==1.3
oldest: scikit-learn==1.3.0
oldest: orange3==3.37.0
oldest: orange-canvas-core==0.2.0
oldest: orange-widget-base==4.23.0
oldest: pandas~=1.4.0
oldest: numpy~=1.21.0
oldest: scipy~=1.9.0
oldest: setuptools~=41.0.0
oldest: pip~=18.0
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 8f18bb8

Please sign in to comment.