Joshua Sundance Bailey
commited on
Commit
·
5085ade
1
Parent(s):
8c3e9d0
rollback langchain
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
anthropic==0.3.11
|
2 |
faiss-cpu==1.7.4
|
3 |
-
langchain==0.0.
|
4 |
langsmith==0.0.40
|
|
|
5 |
openai==0.28.0
|
6 |
pypdf==3.16.2
|
7 |
streamlit==1.27.0
|
8 |
streamlit-feedback==0.1.2
|
9 |
tiktoken==0.5.1
|
10 |
-
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
|
11 |
tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability
|
|
|
1 |
anthropic==0.3.11
|
2 |
faiss-cpu==1.7.4
|
3 |
+
langchain==0.0.300 # rolling back update to avoid a bug in langchain's chatanthropic
|
4 |
langsmith==0.0.40
|
5 |
+
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
|
6 |
openai==0.28.0
|
7 |
pypdf==3.16.2
|
8 |
streamlit==1.27.0
|
9 |
streamlit-feedback==0.1.2
|
10 |
tiktoken==0.5.1
|
|
|
11 |
tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability
|