downgrade win installs to basicsr==1.4.1

This commit is contained in:
Lincoln Stein 2022-11-10 07:02:27 -05:00
parent e258beeb51
commit 23af68c7d7
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ dependencies:
- cudatoolkit=11.6
- pip:
- albumentations==0.4.3
- basicsr==1.4.1
- dependency_injector==4.40.0
- diffusers==0.6.0
- einops==0.3.0

View File

@ -2,6 +2,7 @@
# Get hardware-appropriate torch/torchvision
--extra-index-url https://download.pytorch.org/whl/cu116 --trusted-host https://download.pytorch.org
basicsr==1.4.1
torch==1.12.1
torchvision==0.13.1
-e .