thewise commited on
Commit
eee3f96
·
1 Parent(s): 3bd8050

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
  docarray==0.32.1
2
  openai==0.27.8
3
- streamlit
4
- streamlit_chat
5
  langchain==0.0.260
6
  pypdf==3.12.2
7
  pypdf2==3.0.1
8
  tiktoken==0.4.0
9
- pydantic==1.10.11
 
 
1
  docarray==0.32.1
2
  openai==0.27.8
3
+ streamlit==1.25.0
4
+ streamlit-chat==0.1.1
5
  langchain==0.0.260
6
  pypdf==3.12.2
7
  pypdf2==3.0.1
8
  tiktoken==0.4.0
9
+ pydantic==1.10.11
10
+ openapi-schema-pydantic==1.2.4