From 46357e7869c161973b97d40be2e77fabaeb26853 Mon Sep 17 00:00:00 2001 From: Yiqing Yan Date: Thu, 7 Aug 2025 22:01:04 +0800 Subject: [PATCH] [None][package] Pin cuda-python version to >=12,<13 (#6702) Signed-off-by: Yiqing Yan Signed-off-by: Yanchao Lu Co-authored-by: Yanchao Lu --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 591cfc7a05..f6b201b1f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ accelerate>=0.25.0 build colored -cuda-python # Do not override the custom version of cuda-python installed in the NGC PyTorch image. +cuda-python>=12,<13 diffusers>=0.27.0 lark mpi4py