Skip to content

Commit

Permalink
Require numba>=0.58
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Oct 24, 2023
1 parent 9da17ff commit 8e7e6ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
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

0 comments on commit 8e7e6ad

Please sign in to comment.