Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
langchain
|
| 3 |
-
langchain-
|
| 4 |
-
anthropic
|
| 5 |
openai
|
| 6 |
streamlit
|
| 7 |
numpy
|
|
|
|
| 1 |
+
anthropic>=0.18.1
|
| 2 |
+
langchain>=0.1.12
|
| 3 |
+
langchain-openai>=0.0.8
|
| 4 |
+
langchain-anthropic>=0.1.4
|
| 5 |
openai
|
| 6 |
streamlit
|
| 7 |
numpy
|