Spaces:
Running
Running
Commit
·
cb6c0bd
1
Parent(s):
b25bfc6
update requirements
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
@@ -7,15 +7,19 @@ anyio==4.3.0
|
|
7 |
asttokens==2.4.1
|
8 |
async-timeout==4.0.3
|
9 |
attrs==23.2.0
|
|
|
10 |
black==24.2.0
|
11 |
blinker==1.7.0
|
12 |
cachetools==5.3.2
|
13 |
certifi==2024.2.2
|
|
|
14 |
charset-normalizer==3.3.2
|
15 |
click==8.1.7
|
|
|
16 |
dataclasses-json==0.6.4
|
17 |
decorator==5.1.1
|
18 |
distro==1.9.0
|
|
|
19 |
exceptiongroup==1.2.0
|
20 |
executing==2.0.1
|
21 |
filelock==3.13.1
|
@@ -44,6 +48,7 @@ langchain-core==0.1.36
|
|
44 |
langchain-openai==0.0.7
|
45 |
langchain-pinecone==0.0.3
|
46 |
langchain-text-splitters==0.0.1
|
|
|
47 |
langsmith==0.1.38
|
48 |
markdown-it-py==3.0.0
|
49 |
MarkupSafe==2.1.5
|
@@ -56,7 +61,7 @@ mypy-extensions==1.0.0
|
|
56 |
networkx==3.2.1
|
57 |
numpy==1.26.4
|
58 |
openai==1.12.0
|
59 |
-
orjson==3.
|
60 |
packaging==23.2
|
61 |
pandas==2.2.1
|
62 |
parso==0.8.3
|
@@ -70,6 +75,7 @@ protobuf==4.25.3
|
|
70 |
ptyprocess==0.7.0
|
71 |
pure-eval==0.2.2
|
72 |
pyarrow==15.0.0
|
|
|
73 |
pydantic==2.6.2
|
74 |
pydantic_core==2.16.3
|
75 |
pydeck==0.8.1b0
|
@@ -89,6 +95,7 @@ sentence-transformers==2.4.0
|
|
89 |
six==1.16.0
|
90 |
smmap==5.0.1
|
91 |
sniffio==1.3.0
|
|
|
92 |
SQLAlchemy==2.0.27
|
93 |
stack-data==0.6.3
|
94 |
streamlit==1.31.1
|
@@ -105,6 +112,7 @@ tornado==6.4
|
|
105 |
tqdm==4.66.2
|
106 |
traitlets==5.14.1
|
107 |
transformers==4.38.1
|
|
|
108 |
typing-inspect==0.9.0
|
109 |
typing_extensions==4.9.0
|
110 |
tzdata==2024.1
|
@@ -113,5 +121,6 @@ urllib3==2.2.1
|
|
113 |
validators==0.22.0
|
114 |
watchdog==4.0.0
|
115 |
wcwidth==0.2.13
|
|
|
116 |
yarl==1.9.4
|
117 |
zipp==3.17.0
|
|
|
7 |
asttokens==2.4.1
|
8 |
async-timeout==4.0.3
|
9 |
attrs==23.2.0
|
10 |
+
beautifulsoup4==4.12.3
|
11 |
black==24.2.0
|
12 |
blinker==1.7.0
|
13 |
cachetools==5.3.2
|
14 |
certifi==2024.2.2
|
15 |
+
cffi==1.16.0
|
16 |
charset-normalizer==3.3.2
|
17 |
click==8.1.7
|
18 |
+
curl_cffi==0.6.2
|
19 |
dataclasses-json==0.6.4
|
20 |
decorator==5.1.1
|
21 |
distro==1.9.0
|
22 |
+
duckduckgo_search==5.2.2
|
23 |
exceptiongroup==1.2.0
|
24 |
executing==2.0.1
|
25 |
filelock==3.13.1
|
|
|
48 |
langchain-openai==0.0.7
|
49 |
langchain-pinecone==0.0.3
|
50 |
langchain-text-splitters==0.0.1
|
51 |
+
langchainhub==0.1.15
|
52 |
langsmith==0.1.38
|
53 |
markdown-it-py==3.0.0
|
54 |
MarkupSafe==2.1.5
|
|
|
61 |
networkx==3.2.1
|
62 |
numpy==1.26.4
|
63 |
openai==1.12.0
|
64 |
+
orjson==3.10.0
|
65 |
packaging==23.2
|
66 |
pandas==2.2.1
|
67 |
parso==0.8.3
|
|
|
75 |
ptyprocess==0.7.0
|
76 |
pure-eval==0.2.2
|
77 |
pyarrow==15.0.0
|
78 |
+
pycparser==2.22
|
79 |
pydantic==2.6.2
|
80 |
pydantic_core==2.16.3
|
81 |
pydeck==0.8.1b0
|
|
|
95 |
six==1.16.0
|
96 |
smmap==5.0.1
|
97 |
sniffio==1.3.0
|
98 |
+
soupsieve==2.5
|
99 |
SQLAlchemy==2.0.27
|
100 |
stack-data==0.6.3
|
101 |
streamlit==1.31.1
|
|
|
112 |
tqdm==4.66.2
|
113 |
traitlets==5.14.1
|
114 |
transformers==4.38.1
|
115 |
+
types-requests==2.31.0.20240311
|
116 |
typing-inspect==0.9.0
|
117 |
typing_extensions==4.9.0
|
118 |
tzdata==2024.1
|
|
|
121 |
validators==0.22.0
|
122 |
watchdog==4.0.0
|
123 |
wcwidth==0.2.13
|
124 |
+
wikipedia==1.4.0
|
125 |
yarl==1.9.4
|
126 |
zipp==3.17.0
|