Skip to content

Commit 59319fd

Browse files
fix typing-extensions issue (#3761)
1 parent 665b9c1 commit 59319fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/scripts/install-torch-tensorrt.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ pip uninstall -y torch torchvision
2121
pip install --force-reinstall --pre ${TORCHVISION} --index-url ${INDEX_URL}
2222
pip install --force-reinstall --pre ${TORCH} --index-url ${INDEX_URL}
2323

24+
# TODO: remove this once we move towards using move uv
25+
pip install typing-extensions==4.14.1
2426

2527
# Install Torch-TensorRT
2628
if [[ ${PLATFORM} == win32 ]]; then

tests/py/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pytest>=8.2.1
88
pytest-xdist>=3.6.1
99
pyyaml
1010
transformers==4.49.0
11-
typing-extensions>=4.14.0
1211
nvidia-modelopt[all]; python_version >'3.9' and python_version <'3.13'
1312
--extra-index-url https://pypi.nvidia.com
1413
# flashinfer-python is not supported for python version 3.13 or higher

0 commit comments

Comments
 (0)