Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.32.0
|
| 2 |
+
cat-vader[pdf]>=1.0.0
|
| 3 |
+
mistralai
|
| 4 |
+
pydantic==2.10.6
|
| 5 |
+
huggingface_hub<0.27.0
|
| 6 |
+
pandas
|
| 7 |
+
openpyxl
|
| 8 |
+
requests
|
| 9 |
+
regex
|
| 10 |
+
reportlab
|
| 11 |
+
matplotlib
|
| 12 |
+
Pillow
|