Spaces:
Paused
Paused
Update requirements_HF.txt
Browse files- requirements_HF.txt +2 -3
requirements_HF.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
addict
|
| 2 |
future
|
| 3 |
lmdb
|
| 4 |
-
numpy
|
| 5 |
opencv-python
|
| 6 |
Pillow
|
| 7 |
pyyaml
|
|
@@ -9,8 +9,6 @@ requests
|
|
| 9 |
scikit-image
|
| 10 |
scipy
|
| 11 |
tb-nightly
|
| 12 |
-
torch>=1.7.1
|
| 13 |
-
torchvision
|
| 14 |
tqdm
|
| 15 |
yapf
|
| 16 |
lpips
|
|
@@ -19,4 +17,5 @@ diffusers==0.11.0
|
|
| 19 |
einops
|
| 20 |
ffmpeg-python
|
| 21 |
av
|
|
|
|
| 22 |
huggingface_hub==0.25.2
|
|
|
|
| 1 |
addict
|
| 2 |
future
|
| 3 |
lmdb
|
| 4 |
+
numpy<2
|
| 5 |
opencv-python
|
| 6 |
Pillow
|
| 7 |
pyyaml
|
|
|
|
| 9 |
scikit-image
|
| 10 |
scipy
|
| 11 |
tb-nightly
|
|
|
|
|
|
|
| 12 |
tqdm
|
| 13 |
yapf
|
| 14 |
lpips
|
|
|
|
| 17 |
einops
|
| 18 |
ffmpeg-python
|
| 19 |
av
|
| 20 |
+
https://files.pythonhosted.org/packages/24/31/359a0e6f384321f449cef0dc05cdf9b0e0426c52984c7c773f095de1f8d5/cupy_cuda11x-11.0.0-cp39-cp39-manylinux1_x86_64.whl
|
| 21 |
huggingface_hub==0.25.2
|