liamsch
commited on
Commit
·
c24d1b6
1
Parent(s):
3422370
update requirements
Browse files- requirements.txt +1 -0
- requirements_hf.txt +0 -15
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
# Requirements for Hugging Face Spaces deployment
|
|
|
|
| 2 |
torch>=2.0.0
|
| 3 |
torchvision>=0.15.0
|
| 4 |
numpy>=1.24.0
|
|
|
|
| 1 |
# Requirements for Hugging Face Spaces deployment
|
| 2 |
+
huggingface_hub<0.24
|
| 3 |
torch>=2.0.0
|
| 4 |
torchvision>=0.15.0
|
| 5 |
numpy>=1.24.0
|
requirements_hf.txt
DELETED
|
@@ -1,15 +0,0 @@
|
|
| 1 |
-
# Requirements for Hugging Face Spaces deployment
|
| 2 |
-
torch>=2.0.0
|
| 3 |
-
torchvision>=0.15.0
|
| 4 |
-
numpy>=1.24.0
|
| 5 |
-
pillow>=9.5.0
|
| 6 |
-
opencv-python-headless>=4.8.0
|
| 7 |
-
gradio>=4.0.0
|
| 8 |
-
face-alignment>=1.4.1
|
| 9 |
-
pyrender>=0.1.45
|
| 10 |
-
trimesh>=4.0.0
|
| 11 |
-
scipy>=1.11.0
|
| 12 |
-
scikit-image>=0.21.0
|
| 13 |
-
networkx>=3.1
|
| 14 |
-
# For rendering
|
| 15 |
-
pyopengl>=3.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|