Skip to content

Commit b62a2b7

Browse files
remove tensorrt as build dependency (#3681)
1 parent def9f6e commit b62a2b7

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

examples/dynamo/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cupy==13.1.0
22
triton==2.3.0
33
diffusers==0.30.3
4-
transformers==4.51.0
4+
transformers==4.53.1
55
matplotlib
66
pandas
77
huggingface_hub

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,9 @@ requires = [
66
"ninja>=1.11.0",
77
"pyyaml>=6.0",
88
"cffi>=1.15.1",
9-
"typing-extensions>=4.7.0",
10-
"future>=0.18.3",
11-
"tensorrt-cu12>=10.11.0,<10.12.0; platform_machine != 'aarch64' or (platform_machine == 'aarch64' and 'tegra' not in platform_release)",
12-
"tensorrt-cu12>=10.3.0,<10.4.0; platform_machine == 'aarch64' and 'tegra' in platform_release",
139
"torch>=2.9.0.dev,<2.10.0; platform_machine != 'aarch64' or (platform_machine == 'aarch64' and 'tegra' not in platform_release)",
1410
"torch>=2.7.0,<2.8.0; platform_machine == 'aarch64' and 'tegra' in platform_release",
1511
"pybind11==2.6.2",
16-
"numpy; platform_machine != 'aarch64' or (platform_machine == 'aarch64' and 'tegra' not in platform_release)",
17-
"numpy<2.0.0; platform_machine == 'aarch64' and 'tegra' in platform_release",
18-
"sympy",
19-
"dllist",
2012
]
2113
build-backend = "setuptools.build_meta"
2214

tests/modules/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
timm==0.9.12
2-
transformers==4.52.1
2+
transformers==4.53.1

tests/py/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parameterized>=0.2.0
77
pytest>=8.2.1
88
pytest-xdist>=3.6.1
99
pyyaml
10-
transformers==4.51.0
10+
transformers==4.53.1
1111
nvidia-modelopt[all]; python_version >'3.9' and python_version <'3.13'
1212
--extra-index-url https://pypi.nvidia.com
1313
# flashinfer-python is not supported for python version 3.13 or higher

0 commit comments

Comments
 (0)