entl commited on
Commit
624ca05
·
1 Parent(s): f6a6a7b

update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +135 -2
requirements.txt CHANGED
@@ -1,2 +1,135 @@
1
- gradio
2
- requests
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ aiohappyeyeballs==2.6.1
3
+ aiohttp==3.12.6
4
+ aiosignal==1.3.2
5
+ annotated-types==0.7.0
6
+ anyio==4.9.0
7
+ attrs==25.3.0
8
+ cachetools==5.5.2
9
+ certifi==2025.4.26
10
+ charset-normalizer==3.4.2
11
+ click==8.2.1
12
+ dataclasses-json==0.6.7
13
+ deprecation==2.1.0
14
+ distro==1.9.0
15
+ dotenv==0.9.9
16
+ fastapi==0.115.12
17
+ ffmpy==0.5.0
18
+ filelock==3.18.0
19
+ filetype==1.2.0
20
+ frozenlist==1.6.0
21
+ fsspec==2025.5.1
22
+ google-ai-generativelanguage==0.6.18
23
+ google-api-core==2.24.2
24
+ google-auth==2.40.2
25
+ googleapis-common-protos==1.70.0
26
+ gotrue==2.12.0
27
+ gradio==5.32.0
28
+ gradio-client==1.10.2
29
+ groovy==0.1.2
30
+ groq==0.26.0
31
+ grpcio==1.71.0
32
+ grpcio-status==1.71.0
33
+ h11==0.16.0
34
+ h2==4.2.0
35
+ hf-xet==1.1.2
36
+ hpack==4.1.0
37
+ httpcore==1.0.9
38
+ httpx==0.28.1
39
+ httpx-sse==0.4.0
40
+ huggingface-hub==0.32.3
41
+ hyperframe==6.1.0
42
+ idna==3.10
43
+ iniconfig==2.1.0
44
+ jinja2==3.1.6
45
+ joblib==1.5.1
46
+ jsonpatch==1.33
47
+ jsonpointer==3.0.0
48
+ langchain==0.3.25
49
+ langchain-community==0.3.24
50
+ langchain-core==0.3.63
51
+ langchain-google-genai==2.1.5
52
+ langchain-groq==0.3.2
53
+ langchain-huggingface==0.2.0
54
+ langchain-text-splitters==0.3.8
55
+ langgraph==0.4.7
56
+ langgraph-checkpoint==2.0.26
57
+ langgraph-prebuilt==0.2.2
58
+ langgraph-sdk==0.1.70
59
+ langsmith==0.3.43
60
+ markdown-it-py==3.0.0
61
+ markupsafe==3.0.2
62
+ marshmallow==3.26.1
63
+ mdurl==0.1.2
64
+ mpmath==1.3.0
65
+ multidict==6.4.4
66
+ mypy-extensions==1.1.0
67
+ networkx==3.5
68
+ numpy==2.2.6
69
+ orjson==3.10.18
70
+ ormsgpack==1.10.0
71
+ packaging==24.2
72
+ pandas==2.2.3
73
+ pillow==11.2.1
74
+ pluggy==1.6.0
75
+ postgrest==1.0.2
76
+ propcache==0.3.1
77
+ proto-plus==1.26.1
78
+ protobuf==5.29.5
79
+ pyasn1==0.6.1
80
+ pyasn1-modules==0.4.2
81
+ pydantic==2.11.5
82
+ pydantic-core==2.33.2
83
+ pydantic-settings==2.9.1
84
+ pydub==0.25.1
85
+ pygments==2.19.1
86
+ pyjwt==2.10.1
87
+ pytest==8.3.5
88
+ pytest-mock==3.14.1
89
+ python-dateutil==2.9.0.post0
90
+ python-dotenv==1.1.0
91
+ python-multipart==0.0.20
92
+ pytz==2025.2
93
+ pyyaml==6.0.2
94
+ realtime==2.4.3
95
+ regex==2024.11.6
96
+ requests==2.32.3
97
+ requests-toolbelt==1.0.0
98
+ rich==14.0.0
99
+ rsa==4.9.1
100
+ ruff==0.11.12
101
+ safehttpx==0.1.6
102
+ safetensors==0.5.3
103
+ scikit-learn==1.6.1
104
+ scipy==1.15.3
105
+ semantic-version==2.10.0
106
+ sentence-transformers==4.1.0
107
+ setuptools==80.9.0
108
+ shellingham==1.5.4
109
+ six==1.17.0
110
+ sniffio==1.3.1
111
+ sqlalchemy==2.0.41
112
+ starlette==0.46.2
113
+ storage3==0.11.3
114
+ strenum==0.4.15
115
+ supabase==2.15.2
116
+ supafunc==0.9.4
117
+ sympy==1.14.0
118
+ tenacity==9.1.2
119
+ threadpoolctl==3.6.0
120
+ tokenizers==0.21.1
121
+ tomlkit==0.13.2
122
+ torch==2.7.0
123
+ tqdm==4.67.1
124
+ transformers==4.52.4
125
+ typer==0.16.0
126
+ typing-extensions==4.13.2
127
+ typing-inspect==0.9.0
128
+ typing-inspection==0.4.1
129
+ tzdata==2025.2
130
+ urllib3==2.4.0
131
+ uvicorn==0.34.2
132
+ websockets==14.2
133
+ xxhash==3.5.0
134
+ yarl==1.20.0
135
+ zstandard==0.23.0