Skip to content

Commit 8ab9048

Browse files
authored
Merge pull request #958 from NVIDIA/ipod/numpy-314-version
[Deps] fix numpy version
2 parents 5e0c351 + c4a4e77 commit 8ab9048

2 files changed

Lines changed: 224 additions & 38 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies = [
3030
"rich~=14.3",
3131
"click~=8.3",
3232
"huggingface-hub~=1.4",
33+
"numpy>=2.4.6; python_version >= '3.14'",
3334
]
3435
requires-python = ">=3.10"
3536
classifiers = [

0 commit comments

Comments
 (0)