Skip to content

Commit

Permalink
Update numba requirement (#879)
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.59.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 17, 2024
1 parent 310ad96 commit 504b7fd
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 @@ -65,7 +65,7 @@ def readme():
"pydantic>=1.8.0, <3.0.0",
"toml>=0.10.1, <1.0.0", # STC, see https://discuss.python.org/t/adopting-recommending-a-toml-parser/4068
"catalogue>=2.0.0, <3.0.0",
"numba>=0.50.0, !=0.54.0, <0.59.0", # Avoid 0.54 due to: https://github.com/SeldonIO/alibi/issues/466
"numba>=0.50.0, !=0.54.0, <0.60.0", # Avoid 0.54 due to: https://github.com/SeldonIO/alibi/issues/466
"typing-extensions>=3.7.4.3"
],
extras_require=extras_require,
Expand Down

0 comments on commit 504b7fd

Please sign in to comment.