Spaces:
Running
on
Zero
Running
on
Zero
robin-courant
commited on
Update requirements.txt
Browse files- requirements.txt +14 -14
requirements.txt
CHANGED
@@ -1,20 +1,20 @@
|
|
1 |
-
lightning
|
2 |
-
wandb
|
3 |
einops
|
4 |
-
hydra-core
|
5 |
-
scipy
|
6 |
-
torchtyping
|
7 |
-
gradio
|
8 |
-
scikit-learn
|
9 |
-
fvcore
|
10 |
-
iopath
|
11 |
ema_pytorch
|
|
|
12 |
ftfy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
regex
|
|
|
|
|
|
|
|
|
14 |
tqdm
|
15 |
trimesh
|
16 |
-
|
17 |
-
rerun-sdk
|
18 |
-
evo
|
19 |
-
git+https://github.com/openai/CLIP.git
|
20 |
-
h5py
|
|
|
|
|
|
|
1 |
einops
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
ema_pytorch
|
3 |
+
evo
|
4 |
ftfy
|
5 |
+
fvcore
|
6 |
+
git+https://github.com/openai/CLIP.git
|
7 |
+
gradio
|
8 |
+
gradio_rerun
|
9 |
+
h5py
|
10 |
+
hydra-core
|
11 |
+
iopath
|
12 |
+
lightning
|
13 |
regex
|
14 |
+
rerun-sdk==0.15.1
|
15 |
+
scikit-learn
|
16 |
+
scipy
|
17 |
+
torchtyping
|
18 |
tqdm
|
19 |
trimesh
|
20 |
+
wandb
|
|
|
|
|
|
|
|