From 8d7d65a555b2f145f30fd52be0cfdf6c8881fc2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=E7=9F=B3=E9=A1=B5?= Date: Thu, 5 Dec 2024 10:22:28 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bugfix=E3=80=91requiremnt=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PyTorch/built-in/mm/OpenSoraPlan1.0/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PyTorch/built-in/mm/OpenSoraPlan1.0/pyproject.toml b/PyTorch/built-in/mm/OpenSoraPlan1.0/pyproject.toml index 937fa7dc45..7acc64c10a 100644 --- a/PyTorch/built-in/mm/OpenSoraPlan1.0/pyproject.toml +++ b/PyTorch/built-in/mm/OpenSoraPlan1.0/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "License :: OSI Approved :: Apache Software License", ] dependencies = [ - "torch==2.1.0", "torchvision==0.16.0", + "torch==2.1.0", "torchvision==0.16.0", "huggingface_hub==0.25.2", "transformers==4.39.1", "accelerate==0.28.0", "albumentations==1.4.0", "av==11.0.0", "decord==0.6.0", "einops==0.7.0", "fastapi==0.110.0", "gdown==5.1.0", "h5py==3.10.0", "idna==3.6", 'imageio==2.34.0', "matplotlib==3.7.5", "numpy==1.24.4", @@ -22,7 +22,7 @@ dependencies = [ "requests==2.31.0", "scikit-learn==1.3.2", "scipy==1.10.1", "six==1.16.0", "test-tube==0.7.5", "timm==0.9.16", "torchdiffeq==0.2.3", "torchmetrics==1.3.2", "tqdm==4.66.2", "urllib3==2.2.1", "uvicorn==0.27.1", "diffusers==0.27.2", "scikit-video==1.1.11", "imageio-ffmpeg==0.4.9", "sentencepiece==0.1.99", "beautifulsoup4==4.12.3", - "ftfy==6.1.3", "moviepy==1.0.3", "wandb==0.16.3", "tensorboard==2.14.0", "pydantic==2.6.4", "gradio==4.0.0", "huggingface_hub==0.25.2" + "ftfy==6.1.3", "moviepy==1.0.3", "wandb==0.16.3", "tensorboard==2.14.0", "pydantic==2.6.4", "gradio==4.0.0" ] [project.optional-dependencies] -- Gitee