Skip to content

Commit

Permalink
set numpy version < 2.0.0 in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeLi0525 committed Aug 27, 2024
1 parent 9fc4d63 commit d4f13ac
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 = [
"click",
"numpy",
"numpy<2.0.0",
"packaging",
"pillow",
"psychopy",
Expand Down

0 comments on commit d4f13ac

Please sign in to comment.