Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +20 -19
requirements.txt
CHANGED
|
@@ -1,21 +1,22 @@
|
|
| 1 |
--index-url https://pypi.org/simple
|
| 2 |
-
Flask
|
| 3 |
-
Werkzeug
|
| 4 |
-
numpy
|
| 5 |
-
pandas
|
| 6 |
-
python-dotenv
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
faiss-cpu
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
langchain
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
mistralai
|
| 18 |
-
|
| 19 |
-
|
|
|
|
| 20 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 21 |
-
torch==2.
|
|
|
|
| 1 |
--index-url https://pypi.org/simple
|
| 2 |
+
Flask==3.0.3
|
| 3 |
+
Werkzeug==3.0.3
|
| 4 |
+
numpy==1.26.4
|
| 5 |
+
pandas==2.2.2
|
| 6 |
+
python-dotenv==1.0.1
|
| 7 |
+
pypdf==4.3.1
|
| 8 |
+
reportlab==4.2.2
|
| 9 |
+
pillow==10.4.0
|
| 10 |
+
faiss-cpu==1.8.0.post1
|
| 11 |
+
transformers==4.44.2
|
| 12 |
+
sentence-transformers==3.0.1
|
| 13 |
+
sentencepiece==0.2.0
|
| 14 |
+
langchain==0.2.12
|
| 15 |
+
langchain-community==0.2.11
|
| 16 |
+
langchain-text-splitters==0.2.2
|
| 17 |
+
mistralai==1.2.2
|
| 18 |
+
phidata==2.7.6
|
| 19 |
+
gunicorn==23.0.0
|
| 20 |
+
waitress==2.1.2
|
| 21 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 22 |
+
torch==2.3.1+cpu
|