Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.38.0
|
| 2 |
+
pandas>=2.2.0
|
| 3 |
+
openpyxl>=3.1.0
|
| 4 |
+
python-dotenv>=1.0.0
|
| 5 |
+
llama-index>=0.11.0
|
| 6 |
+
llama-index-core>=0.11.0
|
| 7 |
+
llama-index-llms-openai>=0.3.0
|
| 8 |
+
# optional but useful:
|
| 9 |
+
matplotlib>=3.8.0
|
| 10 |
+
pyarrow>=15.0.0
|