add pyarrow for parquet support
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -8,3 +8,4 @@ requests>=2.31
|
|
| 8 |
sentence-transformers>=2.7
|
| 9 |
huggingface_hub>=0.31
|
| 10 |
python-dotenv>=1.0
|
|
|
|
|
|
| 8 |
sentence-transformers>=2.7
|
| 9 |
huggingface_hub>=0.31
|
| 10 |
python-dotenv>=1.0
|
| 11 |
+
pyarrow>=15.0
|