Datasets:
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# python 3.10
|
| 2 |
+
numpy>2
|
| 3 |
+
scipy
|
| 4 |
+
six
|
| 5 |
+
sapien==3.0.1
|
| 6 |
+
opencv-python
|
| 7 |
+
tqdm
|