Boakye I. Ababio commited on
Commit
d5c8b73
1 Parent(s): 430129e

pydantic and python version

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