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
21
21
pip install --force-reinstall --pre ${TORCHVISION} --index-url ${INDEX_URL}
22
22
pip install --force-reinstall --pre ${TORCH} --index-url ${INDEX_URL}
23
23
24
+ # TODO: remove this once we move towards using move uv
25
+ pip install typing-extensions==4.14.1
24
26
25
27
# Install Torch-TensorRT
26
28
if [[ ${PLATFORM} == win32 ]]; then
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ pytest>=8.2.1
8
8
pytest-xdist >= 3.6.1
9
9
pyyaml
10
10
transformers == 4.49.0
11
- typing-extensions >= 4.14.0
12
11
nvidia-modelopt [all ]; python_version > '3.9' and python_version <'3.13'
13
12
--extra-index-url https://pypi.nvidia.com
14
13
# flashinfer-python is not supported for python version 3.13 or higher
You can’t perform that action at this time.
0 commit comments