Spaces:
Running
on
Zero
Running
on
Zero
刘虹雨
commited on
Commit
·
7a0491b
1
Parent(s):
4af78f8
update code
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Other Python dependencies
|
2 |
scipy==1.13.1
|
3 |
-
scikit-image==0.
|
4 |
scikit-learn==1.2.2
|
5 |
opencv-python==4.10.0.84
|
6 |
Pillow==10.4.0
|
@@ -27,6 +27,7 @@ mmcv==1.7.0
|
|
27 |
xformers==0.0.28
|
28 |
matplotlib==3.9.1.post1
|
29 |
mediapipe==0.10.5
|
|
|
30 |
open-clip-torch
|
31 |
imageio_ffmpeg
|
32 |
spaces
|
@@ -39,4 +40,4 @@ https://download.pytorch.org/whl/cu121/torchvision-0.19.1%2Bcu121-cp310-cp310-li
|
|
39 |
# PyTorch3D from custom index
|
40 |
-f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt241/download.html
|
41 |
pytorch3d
|
42 |
-
ninja
|
|
|
1 |
# Other Python dependencies
|
2 |
scipy==1.13.1
|
3 |
+
scikit-image==0.21.0
|
4 |
scikit-learn==1.2.2
|
5 |
opencv-python==4.10.0.84
|
6 |
Pillow==10.4.0
|
|
|
27 |
xformers==0.0.28
|
28 |
matplotlib==3.9.1.post1
|
29 |
mediapipe==0.10.5
|
30 |
+
numpy==1.23.5
|
31 |
open-clip-torch
|
32 |
imageio_ffmpeg
|
33 |
spaces
|
|
|
40 |
# PyTorch3D from custom index
|
41 |
-f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt241/download.html
|
42 |
pytorch3d
|
43 |
+
ninja
|