Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
flask
|
4 |
-
flask-cors
|
5 |
-
numpy
|
6 |
-
open3d
|
7 |
git+https://github.com/openai/point-e.git
|
8 |
-
opencv-python-headless
|
9 |
-
tqdm
|
10 |
-
scipy
|
11 |
-
Pillow
|
12 |
-
matplotlib
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
flask
|
4 |
+
flask-cors
|
5 |
+
numpy
|
6 |
+
open3d
|
7 |
git+https://github.com/openai/point-e.git
|
8 |
+
opencv-python-headless
|
9 |
+
tqdm
|
10 |
+
scipy
|
11 |
+
Pillow
|
12 |
+
matplotlib
|