Eslam Magdy commited on
Update requirements.txt
Browse files- requirements.txt +5 -12
requirements.txt
CHANGED
|
@@ -1,16 +1,9 @@
|
|
| 1 |
-
pandas
|
| 2 |
-
fastapi
|
| 3 |
-
openai
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
boto3==1.35.0
|
| 7 |
-
pyarrow==16.0.0
|
| 8 |
-
uvicorn==0.30.6
|
| 9 |
-
python-dotenv==1.0.1
|
| 10 |
-
faiss-cpu==1.9.0
|
| 11 |
-
numpy==1.26.2
|
| 12 |
openpyxl
|
| 13 |
-
pymupdf
|
| 14 |
matplotlib
|
| 15 |
arabic_reshaper
|
| 16 |
python-bidi
|
|
|
|
| 1 |
+
pandas
|
| 2 |
+
fastapi
|
| 3 |
+
openai
|
| 4 |
+
uvicorn
|
| 5 |
+
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
openpyxl
|
|
|
|
| 7 |
matplotlib
|
| 8 |
arabic_reshaper
|
| 9 |
python-bidi
|