Skip to content

Commit

Permalink
Update oldest orange-widget-base for ListViewFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Aug 3, 2023
1 parent 61705ee commit 4f6e91e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
INSTALL_REQUIRES = [
"AnyQt",
"numpy",
"Orange3 >= 3.33.0",
"orange-widget-base",
"orange-canvas-core",
"Orange3 >=3.34.0",
"orange-canvas-core >=0.1.28",
"orange-widget-base >=4.19.0",
"pyqtgraph",
"scipy",
"shap >=0.42.1",
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ deps =
{env:WEBENGINE_PYPI_NAME:PyQtWebEngine}=={env:WEBENGINE_PYPI_VERSION:5.15.*}
xgboost
oldest: scikit-learn==1.0.1
oldest: orange3==3.33.0
oldest: orange-canvas-core==0.1.27
oldest: orange-widget-base==4.18.0
oldest: orange3==3.34.0
oldest: orange-canvas-core==0.1.28
oldest: orange-widget-base==4.19.0
latest: https://github.com/biolab/orange3/archive/refs/heads/master.zip#egg=orange3
latest: https://github.com/biolab/orange-canvas-core/archive/refs/heads/master.zip#egg=orange-canvas-core
latest: https://github.com/biolab/orange-widget-base/archive/refs/heads/master.zip#egg=orange-widget-base
Expand Down

0 comments on commit 4f6e91e

Please sign in to comment.