Skip to content

Commit

Permalink
config: increase numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolnetto committed Nov 13, 2024
1 parent 913e019 commit 7ac48db
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 @@ -18,7 +18,7 @@ classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python"
]
dependencies = [ "numpy>1.24.4" ]
dependencies = [ "numpy>2.0.0" ]

[build-system]
requires = ["hatchling"]
Expand Down

0 comments on commit 7ac48db

Please sign in to comment.