Skip to content

Commit 2b623e4

Browse files
Radonirinaunimicschwan
authored andcommitted
Fix dynamic versionning with maturin v1.8.0
1 parent c2fecb8 commit 2b623e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pineappl_py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ classifiers = [
2020
"Programming Language :: Rust",
2121
"Topic :: Scientific/Engineering :: Physics",
2222
]
23-
2423
dependencies = ["numpy>=1.16.0,<2.0.0"]
24+
dynamic = ["version"]
2525

2626
[project.optional-dependencies]
2727
cli = ["pineappl-cli"]

0 commit comments

Comments
 (0)