Skip to content

Commit 2d0ae59

Browse files
Merge pull request #1462 from datajoint/fix/missing-packaging-dep
fix: declare packaging as an explicit dependency
2 parents acb6238 + f92258f commit 2d0ae59

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dependencies = [
1616
"pydot",
1717
"fsspec>=2023.1.0",
1818
"pydantic-settings>=2.0.0",
19+
"packaging",
1920
]
2021

2122
requires-python = ">=3.10,<3.14"

0 commit comments

Comments
 (0)