Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
torch==2.2.0
|
2 |
-
numpy
|
3 |
torchvision
|
4 |
roma
|
5 |
evo
|
6 |
-
gradio
|
7 |
matplotlib
|
8 |
tqdm
|
9 |
opencv-python
|
@@ -16,7 +16,7 @@ imageio
|
|
16 |
gsplat
|
17 |
scikit-learn
|
18 |
hydra-submitit-launcher
|
19 |
-
huggingface-hub[torch]
|
20 |
plyfile
|
21 |
imageio[ffmpeg]
|
22 |
spaces
|
|
|
1 |
torch==2.2.0
|
2 |
+
numpy
|
3 |
torchvision
|
4 |
roma
|
5 |
evo
|
6 |
+
gradio>=4,<5
|
7 |
matplotlib
|
8 |
tqdm
|
9 |
opencv-python
|
|
|
16 |
gsplat
|
17 |
scikit-learn
|
18 |
hydra-submitit-launcher
|
19 |
+
huggingface-hub[torch]==0.24
|
20 |
plyfile
|
21 |
imageio[ffmpeg]
|
22 |
spaces
|