Skip to content

Commit

Permalink
Update numba requirement from <0.57.0 to <0.60.0
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@v0.1rc0...0.59.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 9a08f5a commit 42a8c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
]
dependencies = [
# TODO #94
"numba<0.57.0",
"numba<0.60.0",
"numpy<1.25.0",
"numba_mpi>=0.30",
"PyMPDATA==1.0.16",
Expand Down

0 comments on commit 42a8c06

Please sign in to comment.