Skip to content

Commit

Permalink
try running tests with numpy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Jun 17, 2024
1 parent 8692d97 commit 7660724
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 @@ -46,7 +46,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"numpy",
"numpy>=2",
"typing-extensions;python_version<'3.8'",
]

Expand Down

0 comments on commit 7660724

Please sign in to comment.