Skip to content

Commit 962dece

Browse files
committed
add packaging on pyproject
Signed-off-by: jiqing-feng <[email protected]>
1 parent 325da71 commit 962dece

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ classifiers = [
4343
]
4444
dependencies = [
4545
"torch>=2.2,<3",
46-
"numpy>=1.17"
46+
"numpy>=1.17",
47+
"packaging>=20.9"
4748
]
4849

4950
[project.urls]

0 commit comments

Comments
 (0)