DevBM commited on
Commit
d86ac33
·
verified ·
1 Parent(s): be0cd64

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- langchain==0.0.184
2
  PyPDF2==3.0.1
3
  python-dotenv==1.0.0
4
  streamlit==1.18.1
@@ -6,7 +6,8 @@ faiss-cpu==1.7.4
6
  altair==4
7
  tiktoken==0.4.0
8
 
9
- pydantic==1.10.2
 
10
  # uncomment to use huggingface llms
11
  huggingface-hub==0.14.1
12
 
 
1
+ langchain==0.1.5
2
  PyPDF2==3.0.1
3
  python-dotenv==1.0.0
4
  streamlit==1.18.1
 
6
  altair==4
7
  tiktoken==0.4.0
8
 
9
+ pydantic==2.6.1
10
+ python==3.10.4
11
  # uncomment to use huggingface llms
12
  huggingface-hub==0.14.1
13