Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
python>=3.10
|
| 2 |
+
panel>=1.4.2
|
| 3 |
+
pandas>=2.2
|
| 4 |
+
boto3>=1.34
|
| 5 |
+
psycopg2-binary>=2.9
|
| 6 |
+
torch>=2.2
|
| 7 |
+
sentence-transformers>=2.2.2
|
| 8 |
+
scipy>=1.11
|
| 9 |
+
numpy>=1.26
|
| 10 |
+
holoviews>=1.18
|