Skip to content

Commit

Permalink
Update numba requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [numba](https://github.com/numba/numba) to permit the latest version.
- [Release notes](https://github.com/numba/numba/releases)
- [Commits](numba/numba@0.50.0...0.58.0)

---
updated-dependencies:
- dependency-name: numba
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent 6218de3 commit ba58668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ def readme():
# shap is separated due to build issues, see https://github.com/slundberg/shap/pull/1802
'shap': [
'shap>=0.40.0, <0.43.0', # versioning: https://github.com/SeldonIO/alibi/issues/333
'numba>=0.50.0, !=0.54.0, <0.58.0', # Avoid 0.54 due to: https://github.com/SeldonIO/alibi/issues/466
'numba>=0.50.0, !=0.54.0, <0.59.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.14.0'],
'torch': ['torch>=1.9.0, <3.0.0'],
'all': [
'ray>=0.8.7, <3.0.0',
'shap>=0.40.0, <0.43.0',
'numba>=0.50.0, !=0.54.0, <0.58.0',
'numba>=0.50.0, !=0.54.0, <0.59.0',
'tensorflow>=2.0.0, !=2.6.0, !=2.6.1, <2.14.0',
'torch>=1.9.0, <3.0.0'
]
Expand Down

0 comments on commit ba58668

Please sign in to comment.