Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,13 +1,11 @@
|
|
1 |
-
pip>=23.2
|
2 |
gradio_client==0.2.7
|
3 |
plotly
|
4 |
open3d
|
5 |
opencv-python
|
6 |
hydra-core
|
7 |
numpy==1.26.0
|
8 |
-
torch
|
9 |
Pillow
|
10 |
torchvision
|
11 |
huggingface-hub
|
12 |
-
requests
|
13 |
-
spaces
|
|
|
|
|
1 |
gradio_client==0.2.7
|
2 |
plotly
|
3 |
open3d
|
4 |
opencv-python
|
5 |
hydra-core
|
6 |
numpy==1.26.0
|
7 |
+
torch==2.2.0
|
8 |
Pillow
|
9 |
torchvision
|
10 |
huggingface-hub
|
11 |
+
requests
|
|