Skip to content

Commit 0fa67cc

Browse files
add typing_extensions as test dependencies which is required by modelopt (#3743)
1 parent ea861af commit 0fa67cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

py/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy
22
packaging
33
pybind11==2.6.2
4-
--extra-index-url https://download.pytorch.org/whl/nightly/cu129
4+
--extra-index-url https://download.pytorch.org/whl/test/cu129
55
torch>=2.8.0,<2.9.0
66
--extra-index-url https://pypi.ngc.nvidia.com
77
pyyaml

tests/py/requirements.txt

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

0 commit comments

Comments
 (0)