Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -9
requirements.txt
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
-
openai
|
2 |
-
replicate
|
3 |
-
requests
|
4 |
-
pillow
|
5 |
-
langchain
|
6 |
-
unstructured
|
7 |
-
tiktoken
|
8 |
-
langchain-community
|
9 |
-
nltk
|
|
|
|
|
|
|
|
|
|
1 |
+
openai~=1.51.2
|
2 |
+
replicate~=1.0.1
|
3 |
+
requests~=2.32.3
|
4 |
+
pillow~=10.4.0
|
5 |
+
langchain~=0.3.3
|
6 |
+
unstructured
|
7 |
+
tiktoken
|
8 |
+
langchain-community
|
9 |
+
nltk~=3.9.1
|
10 |
+
anthropic~=0.36.2
|
11 |
+
st-gsheets-connection
|
12 |
+
streamlit~=1.39.0
|
13 |
+
httpx~=0.27.2
|