Skip to content

Commit

Permalink
Restrict numpy to less than 2
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Aug 17, 2023
1 parent cedb6b8 commit c25d4fd
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 @@ -14,7 +14,7 @@ classifiers=[
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]
dependencies = ["numpy"]
dependencies = ["numpy<2"]
dynamic=["version"]

authors = [
Expand Down

0 comments on commit c25d4fd

Please sign in to comment.