Skip to content

Commit 8250319

Browse files
add python version dependency for modelopt (#3507)
1 parent bda1bae commit 8250319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/py/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ pytest-xdist>=3.6.1
99
pyyaml
1010
timm>=1.0.3
1111
transformers==4.49.0
12-
nvidia-modelopt[all]~=0.27.0; python_version < "3.13"
12+
nvidia-modelopt[all]~=0.27.0; python_version >'3.9' and python_version <'3.13'
1313
--extra-index-url https://pypi.nvidia.com

0 commit comments

Comments
 (0)