Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -3,6 +3,13 @@ torch
|
|
3 |
trimesh
|
4 |
roma
|
5 |
torchvision
|
|
|
|
|
|
|
|
|
6 |
opencv-python
|
|
|
7 |
einops
|
8 |
-
|
|
|
|
|
|
3 |
trimesh
|
4 |
roma
|
5 |
torchvision
|
6 |
+
einops
|
7 |
+
gradio
|
8 |
+
matplotlib
|
9 |
+
tqdm
|
10 |
opencv-python
|
11 |
+
scipy
|
12 |
einops
|
13 |
+
tensorboard
|
14 |
+
pyglet<2
|
15 |
+
huggingface-hub[torch]>=0.22
|