Skip to content

Commit

Permalink
Bump NumPy to v2.0 and Numba to v0.61
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jun 22, 2024
1 parent 058c8f1 commit 55ae04e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ classifiers = [
]
requires-python = ">=3.7"
dependencies = [
"numpy >= 1.21.0, < 1.27", # v1.21.0 is needed for dtype support of ufuncs, see https://numpy.org/devdocs/release/1.21.0-notes.html#ufunc-signature-and-dtype-generalization-and-casting
"numba >= 0.55, < 0.60", # v0.55 is needed for support of NumPy 1.21
"numpy >= 1.21.0, < 2.1", # v1.21.0 is needed for dtype support of ufuncs, see https://numpy.org/devdocs/release/1.21.0-notes.html#ufunc-signature-and-dtype-generalization-and-casting
"numba >= 0.55, < 0.61", # v0.55 is needed for support of NumPy 1.21
"typing_extensions >= 4.0.0", # v4.0.0 is needed for use of Self (Python 3.11+) and Literal (Python 3.8+)
]
dynamic = ["version"]
Expand Down

0 comments on commit 55ae04e

Please sign in to comment.