Jatin Mehra commited on
Commit
8bad9c9
·
1 Parent(s): 3399b78

Refactor requirements: Pin package versions for consistency and stability

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -19
requirements.txt CHANGED
@@ -1,19 +1,20 @@
1
- langchain
2
- langchain-community
3
- langchain-groq
4
- faiss-cpu
5
- pypdf2
6
- pillow
7
- python-dotenv
8
- tiktoken
9
- sentence-transformers
10
- streamlit
11
- streamlit-chat
12
- plotly
13
- pandas
14
- numpy
15
- markdown
16
- fastapi
17
- uvicorn[standard]
18
- python-multipart
19
- aiofiles
 
 
1
+ langchain==0.2.17
2
+ langchain-community==0.2.19
3
+ langchain-groq==0.1.10
4
+ faiss-cpu==1.11.0
5
+ pypdf2==3.0.1
6
+ pillow==11.2.1
7
+ python-dotenv==1.1.0
8
+ tiktoken==0.9.0
9
+ sentence-transformers==4.1.0
10
+ streamlit==1.45.1
11
+ streamlit-chat==0.1.1
12
+ plotly==6.1.2
13
+ pandas==2.3.0
14
+ numpy==1.26.4
15
+ markdown==3.8
16
+ fastapi==0.104.1
17
+ uvicorn==0.24.0
18
+ python-multipart==0.0.6
19
+ aiofiles==24.1.0
20
+ pypdf==5.6.0