Spaces:
Runtime error
Runtime error
Commit
·
fab386f
1
Parent(s):
89567b4
requirements updated
Browse files- requirements.txt +77 -5
requirements.txt
CHANGED
@@ -1,5 +1,77 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohappyeyeballs==2.4.0
|
2 |
+
aiohttp==3.10.5
|
3 |
+
aiosignal==1.3.1
|
4 |
+
altair==5.4.1
|
5 |
+
annotated-types==0.7.0
|
6 |
+
anyio==4.4.0
|
7 |
+
attrs==24.2.0
|
8 |
+
blinker==1.8.2
|
9 |
+
cachetools==5.5.0
|
10 |
+
certifi==2024.8.30
|
11 |
+
charset-normalizer==3.3.2
|
12 |
+
click==8.1.7
|
13 |
+
dataclasses-json==0.6.7
|
14 |
+
distro==1.9.0
|
15 |
+
frozenlist==1.4.1
|
16 |
+
gitdb==4.0.11
|
17 |
+
GitPython==3.1.43
|
18 |
+
greenlet==3.1.0
|
19 |
+
h11==0.14.0
|
20 |
+
httpcore==1.0.5
|
21 |
+
httpx==0.27.2
|
22 |
+
idna==3.8
|
23 |
+
Jinja2==3.1.4
|
24 |
+
jiter==0.5.0
|
25 |
+
jsonpatch==1.33
|
26 |
+
jsonpointer==3.0.0
|
27 |
+
jsonschema==4.23.0
|
28 |
+
jsonschema-specifications==2023.12.1
|
29 |
+
langchain==0.2.16
|
30 |
+
langchain-community==0.2.17
|
31 |
+
langchain-core==0.2.39
|
32 |
+
langchain-openai==0.1.24
|
33 |
+
langchain-text-splitters==0.2.4
|
34 |
+
langsmith==0.1.120
|
35 |
+
markdown-it-py==3.0.0
|
36 |
+
MarkupSafe==2.1.5
|
37 |
+
marshmallow==3.22.0
|
38 |
+
mdurl==0.1.2
|
39 |
+
multidict==6.1.0
|
40 |
+
mypy-extensions==1.0.0
|
41 |
+
narwhals==1.8.0
|
42 |
+
numpy==1.26.4
|
43 |
+
openai==1.45.0
|
44 |
+
orjson==3.10.7
|
45 |
+
packaging==24.1
|
46 |
+
pandas==2.2.2
|
47 |
+
pillow==10.4.0
|
48 |
+
protobuf==5.28.1
|
49 |
+
pyarrow==17.0.0
|
50 |
+
pydantic==2.9.1
|
51 |
+
pydantic_core==2.23.3
|
52 |
+
pydeck==0.9.1
|
53 |
+
Pygments==2.18.0
|
54 |
+
python-dateutil==2.9.0.post0
|
55 |
+
pytz==2024.2
|
56 |
+
PyYAML==6.0.2
|
57 |
+
referencing==0.35.1
|
58 |
+
regex==2024.9.11
|
59 |
+
requests==2.32.3
|
60 |
+
rich==13.8.1
|
61 |
+
rpds-py==0.20.0
|
62 |
+
six==1.16.0
|
63 |
+
smmap==5.0.1
|
64 |
+
sniffio==1.3.1
|
65 |
+
SQLAlchemy==2.0.34
|
66 |
+
streamlit==1.38.0
|
67 |
+
tenacity==8.5.0
|
68 |
+
tiktoken==0.7.0
|
69 |
+
toml==0.10.2
|
70 |
+
tornado==6.4.1
|
71 |
+
tqdm==4.66.5
|
72 |
+
typing-inspect==0.9.0
|
73 |
+
typing_extensions==4.12.2
|
74 |
+
tzdata==2024.1
|
75 |
+
urllib3==2.2.3
|
76 |
+
watchdog==4.0.2
|
77 |
+
yarl==1.11.1
|