Skip to content

Commit 9fbd94c

Browse files
committed
chore: Update lock file, was getting stuck and causing build issues for folks locally
1 parent 95aad4b commit 9fbd94c

File tree

3 files changed

+1993
-1981
lines changed

3 files changed

+1993
-1981
lines changed

pyproject.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ requires = [
66
"ninja>=1.11.0",
77
"pyyaml>=6.0",
88
"cffi>=1.15.1",
9-
"torch>=2.10.0.dev,<2.11.0; platform_machine != 'aarch64' or (platform_machine == 'aarch64' and 'tegra' not in platform_release)",
10-
"torch>=2.8.0,<2.9.0; platform_machine == 'aarch64' and 'tegra' in platform_release",
9+
"torch>=2.10.0.dev,<2.11.0",
1110
"pybind11==2.6.2",
1211
]
1312
build-backend = "setuptools.build_meta"
@@ -33,7 +32,7 @@ classifiers = [
3332
"Topic :: Software Development :: Libraries",
3433
]
3534
readme = { file = "README.md", content-type = "text/markdown" }
36-
requires-python = ">=3.9"
35+
requires-python = ">=3.10"
3736
keywords = [
3837
"pytorch",
3938
"torch",
@@ -100,12 +99,10 @@ index-strategy = "unsafe-best-match"
10099

101100
[tool.uv.sources]
102101
torch = [
103-
{ index = "pytorch-nightly-cu130", marker = "platform_machine != 'aarch64' or (platform_machine == 'aarch64' and 'tegra' not in platform_release)" },
104-
{ index = "jetson-containers", marker = "platform_machine == 'aarch64' and 'tegra' in platform_release" },
102+
{ index = "pytorch-nightly-cu130" },
105103
]
106104
torchvision = [
107-
{ index = "pytorch-nightly-cu130", marker = "platform_machine != 'aarch64' or (platform_machine == 'aarch64' and 'tegra' not in platform_release)" },
108-
{ index = "jetson-containers", marker = "platform_machine == 'aarch64' and 'tegra' in platform_release" },
105+
{ index = "pytorch-nightly-cu130" },
109106
]
110107

111108
[[tool.uv.index]]

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,7 @@ def run(self):
730730
"typing-extensions>=4.7.0",
731731
"dllist",
732732
"psutil",
733+
"tensorrt>=10.14.1,<10.15.0",
733734
# dummy package as a WAR for the tensorrt dependency on nvidia-cuda-runtime-cu13
734735
"nvidia-cuda-runtime-cu13==0.0.0a0",
735736
]

0 commit comments

Comments
 (0)