Skip to content

Commit

Permalink
Merge pull request #66 from PrimozGodec/require-newest-numba
Browse files Browse the repository at this point in the history
[FIX] Require numba>=0.58
  • Loading branch information
PrimozGodec committed Oct 24, 2023
2 parents 9da17ff + ef8563d commit b6ae080
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -39,6 +39,9 @@

INSTALL_REQUIRES = [
"AnyQt",
# shap's requirement, force users for numba to get updated because compatibility
# issues with numpy - completely remove this pin after october 2024
"numba >=0.58",
"numpy",
"Orange3 >=3.34.0",
"orange-canvas-core >=0.1.28",
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Expand Up @@ -22,10 +22,12 @@ deps =
{env:PYQT_PYPI_NAME:PyQt5}=={env:PYQT_PYPI_VERSION:5.15.*}
{env:WEBENGINE_PYPI_NAME:PyQtWebEngine}=={env:WEBENGINE_PYPI_VERSION:5.15.*}
xgboost
oldest: scikit-learn==1.0.1
oldest: orange3==3.34.0
oldest: orange-canvas-core==0.1.28
oldest: orange-widget-base==4.19.0
oldest: pandas==1.4.0
oldest: scikit-learn==1.0.1
oldest: scipy==1.9.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 b6ae080

Please sign in to comment.