Skip to content

Commit

Permalink
Add explicit support for NumPy v2
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 authored Jun 18, 2024
1 parent 131f1ba commit c523f51
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 @@ -28,7 +28,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.9,<3.13" # Specify an upper limit, otherwise newer NumPy versions can't be installed.
numpy = "^1.21" # For NumPy Typing.
numpy = ">=1.21" # For NumPy Typing.

[tool.poetry.group.test]
optional = true
Expand Down

0 comments on commit c523f51

Please sign in to comment.