Skip to content

Commit

Permalink
Fix for maturin upgrade
Browse files Browse the repository at this point in the history
Adds `dynamic = ["version"]` to `pyproject.toml`, following
PyO3/maturin#2390
which has been implemented in
PyO3/maturin#2391
  • Loading branch information
robamler committed Feb 2, 2025
1 parent 43bf012 commit 0ee3a41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers = [
dependencies = [
"numpy>=1.16,<3.0",
]
dynamic = ["version"]
license = {text = "various (see LICENSE.html)"}
maintainers = [
{name = "Robert Bamler", email = "[email protected]"},
Expand Down

0 comments on commit 0ee3a41

Please sign in to comment.