From b37bddcb058f1200a397d5c2ea5cd572e161b9fa Mon Sep 17 00:00:00 2001 From: YapWC <34093361+YapWC@users.noreply.github.com> Date: Tue, 18 Feb 2025 19:08:23 +0800 Subject: [PATCH] Update requirements.txt This is to fix ImportError: cannot import name 'TypeIs' from 'typing_extensions' (/opt/conda/lib/python3.10/site-packages/typing_extensions.py) auto-1 exited with code 1 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0d6bac600..67fba1a00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,4 +31,5 @@ torch torchdiffeq torchsde transformers==4.30.2 -pillow-avif-plugin==1.4.3 \ No newline at end of file +pillow-avif-plugin==1.4.3 +typing_extensions==4.11.0