Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -22
requirements.txt
CHANGED
|
@@ -1,22 +1,12 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
transformers==4.37.0
|
| 14 |
-
|
| 15 |
-
# Excel & CSV support
|
| 16 |
-
openpyxl==3.1.2
|
| 17 |
-
tabulate==0.9.0
|
| 18 |
-
|
| 19 |
-
# Security & Authentication
|
| 20 |
-
cryptography==42.0.5
|
| 21 |
-
streamlit-authenticator==0.2.2
|
| 22 |
-
flask-limiter==3.5.0
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
pandas
|
| 3 |
+
numpy
|
| 4 |
+
openai
|
| 5 |
+
anthropic
|
| 6 |
+
torch
|
| 7 |
+
transformers
|
| 8 |
+
matplotlib
|
| 9 |
+
python-dotenv
|
| 10 |
+
openpyxl
|
| 11 |
+
tabulate
|
| 12 |
+
cryptography
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|