Spaces:
Running
Running
req
Browse files- requirements.txt +88 -0
requirements.txt
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
async-timeout==4.0.3
|
8 |
+
attrs==24.2.0
|
9 |
+
beautifulsoup4==4.12.3
|
10 |
+
blinker==1.8.2
|
11 |
+
cachetools==5.5.0
|
12 |
+
certifi==2024.8.30
|
13 |
+
charset-normalizer==3.3.2
|
14 |
+
click==8.1.7
|
15 |
+
colorama==0.4.6
|
16 |
+
dataclasses-json==0.6.7
|
17 |
+
distro==1.9.0
|
18 |
+
exceptiongroup==1.2.2
|
19 |
+
frozenlist==1.4.1
|
20 |
+
gitdb==4.0.11
|
21 |
+
GitPython==3.1.43
|
22 |
+
greenlet==3.1.0
|
23 |
+
groq==0.11.0
|
24 |
+
h11==0.14.0
|
25 |
+
httpcore==1.0.5
|
26 |
+
httpx==0.27.2
|
27 |
+
idna==3.9
|
28 |
+
Jinja2==3.1.4
|
29 |
+
jsonpatch==1.33
|
30 |
+
jsonpointer==3.0.0
|
31 |
+
jsonschema==4.23.0
|
32 |
+
jsonschema-specifications==2023.12.1
|
33 |
+
langchain==0.3.0
|
34 |
+
langchain-community==0.3.0
|
35 |
+
langchain-core==0.3.0
|
36 |
+
langchain-groq==0.2.0
|
37 |
+
langchain-text-splitters==0.3.0
|
38 |
+
langsmith==0.1.120
|
39 |
+
markdown-it-py==3.0.0
|
40 |
+
MarkupSafe==2.1.5
|
41 |
+
marshmallow==3.22.0
|
42 |
+
mdurl==0.1.2
|
43 |
+
multidict==6.1.0
|
44 |
+
mypy-extensions==1.0.0
|
45 |
+
mysql-connector-python==9.0.0
|
46 |
+
narwhals==1.8.1
|
47 |
+
numexpr==2.10.1
|
48 |
+
numpy==1.26.4
|
49 |
+
orjson==3.10.7
|
50 |
+
packaging==24.1
|
51 |
+
pandas==2.2.2
|
52 |
+
pillow==10.4.0
|
53 |
+
propcache==0.2.0
|
54 |
+
protobuf==5.28.1
|
55 |
+
pyarrow==17.0.0
|
56 |
+
pydantic==2.9.1
|
57 |
+
pydantic-settings==2.5.2
|
58 |
+
pydantic_core==2.23.3
|
59 |
+
pydeck==0.9.1
|
60 |
+
Pygments==2.18.0
|
61 |
+
pytesseract==0.3.13
|
62 |
+
python-dateutil==2.9.0.post0
|
63 |
+
python-dotenv==1.0.1
|
64 |
+
pytz==2024.2
|
65 |
+
PyYAML==6.0.2
|
66 |
+
referencing==0.35.1
|
67 |
+
requests==2.32.3
|
68 |
+
requests-toolbelt==1.0.0
|
69 |
+
rich==13.8.1
|
70 |
+
rpds-py==0.20.0
|
71 |
+
six==1.16.0
|
72 |
+
smmap==5.0.1
|
73 |
+
sniffio==1.3.1
|
74 |
+
soupsieve==2.6
|
75 |
+
SQLAlchemy==2.0.34
|
76 |
+
streamlit==1.38.0
|
77 |
+
tenacity==8.5.0
|
78 |
+
toml==0.10.2
|
79 |
+
tornado==6.4.1
|
80 |
+
typing-inspect==0.9.0
|
81 |
+
typing_extensions==4.12.2
|
82 |
+
tzdata==2024.1
|
83 |
+
urllib3==2.2.3
|
84 |
+
watchdog==4.0.2
|
85 |
+
wikipedia==1.4.0
|
86 |
+
yarl==1.11.1
|
87 |
+
open_clip_torch
|
88 |
+
transformers
|