Spaces:
Runtime error
Runtime error
Zhenyu Li
commited on
Commit
·
3179722
1
Parent(s):
78ab311
update
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
@@ -2,11 +2,8 @@ gradio
|
|
2 |
trimesh==3.9.42
|
3 |
|
4 |
h5py
|
5 |
-
|
6 |
-
matplotlib==3.6.2
|
7 |
-
matplotlib-base==3.6.2
|
8 |
numpy==1.24.1
|
9 |
-
pip==22.3.1
|
10 |
pytorch==1.13.1
|
11 |
scipy==1.10.0
|
12 |
torchaudio==0.13.1
|
@@ -16,7 +13,6 @@ einops==0.7.0
|
|
16 |
huggingface-hub==0.19.
|
17 |
timm==0.6.12
|
18 |
tqdm==4.64.1
|
19 |
-
wandb==0.13.9
|
20 |
opencv-python==4.8.1.78
|
21 |
imageio==2.31.6
|
22 |
transformers==4.35.2
|
|
|
2 |
trimesh==3.9.42
|
3 |
|
4 |
h5py
|
5 |
+
matplotlib
|
|
|
|
|
6 |
numpy==1.24.1
|
|
|
7 |
pytorch==1.13.1
|
8 |
scipy==1.10.0
|
9 |
torchaudio==0.13.1
|
|
|
13 |
huggingface-hub==0.19.
|
14 |
timm==0.6.12
|
15 |
tqdm==4.64.1
|
|
|
16 |
opencv-python==4.8.1.78
|
17 |
imageio==2.31.6
|
18 |
transformers==4.35.2
|