Spaces:
Runtime error
Runtime error
MindForeverVoyaging
commited on
Commit
•
1eb9ab5
1
Parent(s):
510bc16
added pyarrow and fastparquet to requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
boto3
|
2 |
sentence_transformers
|
|
|
3 |
hnswlib
|
4 |
huggingface_hub
|
|
|
5 |
scipy
|
6 |
numpy
|
7 |
pandas
|
|
|
1 |
boto3
|
2 |
sentence_transformers
|
3 |
+
fastparquet
|
4 |
hnswlib
|
5 |
huggingface_hub
|
6 |
+
pyarrow
|
7 |
scipy
|
8 |
numpy
|
9 |
pandas
|