DrMostafa commited on
Commit
3976f46
·
verified ·
1 Parent(s): 4eb6413

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -8
requirements.txt CHANGED
@@ -1,8 +1,10 @@
1
- llama-cloud>=1.0
2
- llama-index-core>=0.11.0
3
- llama-index-llms-openai>=0.2.0
4
- pandas>=2.0.0
5
- pyarrow>=12.0.0
6
- openpyxl>=3.0.0
7
- matplotlib>=3.7.0
8
- streamlit
 
 
 
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