Skip to content

Commit

Permalink
fix(packaging): mark version as dynamic in pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Peschke <[email protected]>
  • Loading branch information
lukapeschke committed Jan 6, 2025
1 parent a7d7305 commit 2a01ac3
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 @@ -28,6 +28,7 @@ dependencies = [
"pyarrow>=8.0.0",
"typing-extensions>=4.0.0; python_version<'3.10'",
]
dynamic = ["version"]

[project.optional-dependencies]
pandas = ["pandas>=1.4.4"]
Expand Down

0 comments on commit 2a01ac3

Please sign in to comment.