@@ -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]
1312build-backend = " setuptools.build_meta"
@@ -33,7 +32,7 @@ classifiers = [
3332 " Topic :: Software Development :: Libraries" ,
3433]
3534readme = { file = " README.md" , content-type = " text/markdown" }
36- requires-python = " >=3.9 "
35+ requires-python = " >=3.10 "
3736keywords = [
3837 " pytorch" ,
3938 " torch" ,
@@ -100,12 +99,10 @@ index-strategy = "unsafe-best-match"
10099
101100[tool .uv .sources ]
102101torch = [
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]
106104torchvision = [
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 ]]
0 commit comments