Skip to content

Commit

Permalink
Restrict to less than numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samjrholt authored Jun 18, 2024
1 parent 63ca281 commit 00871d3
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 @@ -35,7 +35,7 @@ classifiers = [
]

dependencies = [
"numpy>=1.19",
"numpy~=1.19",
"pytest>=6.2",
"tqdm"
]
Expand Down

0 comments on commit 00871d3

Please sign in to comment.