File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ pip uninstall -y torch torchvision
2121pip install --force-reinstall --pre ${TORCHVISION} --index-url ${INDEX_URL}
2222pip 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
2628if [[ ${PLATFORM} == win32 ]]; then
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ pytest>=8.2.1
88pytest-xdist >= 3.6.1
99pyyaml
1010transformers == 4.49.0
11- typing-extensions >= 4.14.0
1211nvidia-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
You can’t perform that action at this time.
0 commit comments