Skip to content

Commit

Permalink
Bumped numba to 0.60.x
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Nov 18, 2024
1 parent f791330 commit 24ed2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def readme():
# shap is separated due to build issues, see https://github.com/slundberg/shap/pull/1802
'shap': [
'shap>=0.40.0, <0.44.0', # versioning: https://github.com/SeldonIO/alibi/issues/333
'numba>=0.50.0, !=0.54.0, <0.60.0', # Avoid 0.54 due to: https://github.com/SeldonIO/alibi/issues/466
'numba>=0.50.0, !=0.54.0, <0.61.0', # Avoid 0.54 due to: https://github.com/SeldonIO/alibi/issues/466
],

'tensorflow': ['tensorflow>=2.0.0, !=2.6.0, !=2.6.1, <2.15.0'],
Expand Down

0 comments on commit 24ed2f4

Please sign in to comment.