From 136e34c7ccddd155d6c2320ad01c83929f9e6f2b Mon Sep 17 00:00:00 2001 From: lanluo-nvidia Date: Sun, 10 Aug 2025 13:38:20 -0700 Subject: [PATCH] upgrade torchvision from 0.23.0 to 0.24.0 --- tests/py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/py/requirements.txt b/tests/py/requirements.txt index c022378f6d..5bfd8a5bcb 100644 --- a/tests/py/requirements.txt +++ b/tests/py/requirements.txt @@ -14,5 +14,5 @@ nvidia-modelopt[all]; python_version >'3.9' and python_version <'3.13' # flashinfer-python is broken on python 3.9 at the moment, so skip it for now flashinfer-python; python_version >'3.9' and python_version <'3.13' --extra-index-url https://download.pytorch.org/whl/nightly/cu129 -torchvision>=0.23.0.dev,<0.24.0 +torchvision>=0.24.0.dev,<0.25.0 timm>=1.0.3 \ No newline at end of file