rk68 commited on
Commit
6f6ee9f
·
verified ·
1 Parent(s): 7ea7ad9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -12
requirements.txt CHANGED
@@ -1,12 +1,7 @@
1
- streamlit
2
- pandas
3
- pinecone-client
4
- llama-index
5
- gemini
6
- huggingface-hub
7
- azure-openai
8
- openai
9
- pymupdf
10
- oauth2client
11
- gspread
12
- python-dotenv
 
1
+ gspread==6.1.2
2
+ llama_index==0.10.51
3
+ oauth2client==4.1.3
4
+ pandas==2.2.2
5
+ pinecone==4.0.0
6
+ python-dotenv==1.0.1
7
+ streamlit==1.35.0