Addyk24 commited on
Commit
841fec6
·
verified ·
1 Parent(s): aac4d3d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +152 -9
requirements.txt CHANGED
@@ -1,11 +1,154 @@
1
- --extra-index-url https://download.pytorch.org/whl/cpu
2
-
3
- fastapi
4
- uvicorn
5
- python-dotenv
6
- groq
7
- openai
8
- openenv-core
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  sentence-transformers==2.7.0
 
 
 
 
 
 
 
 
 
 
 
10
  torch==2.2.2+cpu
11
- numpy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.13.0
2
+ aiofile==3.9.0
3
+ aiohappyeyeballs==2.6.1
4
+ aiohttp==3.13.5
5
+ aiosignal==1.4.0
6
+ annotated-doc==0.0.4
7
+ annotated-types==0.7.0
8
+ anyio==4.13.0
9
+ attrs==26.1.0
10
+ Authlib==1.7.0
11
+ backports.tarfile==1.2.0
12
+ beartype==0.22.9
13
+ brotli==1.2.0
14
+ cachetools==7.0.6
15
+ caio==0.9.25
16
+ certifi==2026.2.25
17
+ cffi==2.0.0
18
+ charset-normalizer==3.4.7
19
+ click==8.3.2
20
+ colorama==0.4.6
21
+ cryptography==46.0.7
22
+ cyclopts==4.10.2
23
+ datasets==4.8.4
24
+ dill==0.4.1
25
+ distro==1.9.0
26
+ dnspython==2.8.0
27
+ docstring_parser==0.18.0
28
+ docutils==0.22.4
29
+ email-validator==2.3.0
30
+ exceptiongroup==1.3.1
31
+ fastapi==0.136.0
32
+ fastmcp==3.2.4
33
+ filelock==3.29.0
34
+ frozenlist==1.8.0
35
+ fsspec==2026.2.0
36
+ google-ai-generativelanguage==0.6.15
37
+ google-api-core==2.30.3
38
+ google-api-python-client==2.194.0
39
+ google-auth==2.49.2
40
+ google-auth-httplib2==0.3.1
41
+ google-generativeai==0.8.6
42
+ googleapis-common-protos==1.74.0
43
+ gradio==6.13.0
44
+ gradio_client==2.5.0
45
+ griffelib==2.0.2
46
+ groovy==0.1.2
47
+ groq==1.2.0
48
+ grpcio==1.80.0
49
+ grpcio-status==1.71.2
50
+ h11==0.16.0
51
+ hf-gradio==0.4.1
52
+ httpcore==1.0.9
53
+ httplib2==0.31.2
54
+ httpx==0.28.1
55
+ httpx-sse==0.4.3
56
+ huggingface_hub==0.36.2
57
+ idna==3.12
58
+ importlib_metadata==8.7.1
59
+ jaraco.classes==3.4.0
60
+ jaraco.context==6.1.2
61
+ jaraco.functools==4.4.0
62
+ Jinja2==3.1.6
63
+ jiter==0.14.0
64
+ joblib==1.5.3
65
+ joserfc==1.6.4
66
+ jsonref==1.1.0
67
+ jsonschema==4.26.0
68
+ jsonschema-path==0.4.5
69
+ jsonschema-specifications==2025.9.1
70
+ keyring==25.7.0
71
+ markdown-it-py==4.0.0
72
+ MarkupSafe==3.0.3
73
+ mcp==1.27.0
74
+ mdurl==0.1.2
75
+ more-itertools==11.0.2
76
+ mpmath==1.3.0
77
+ multidict==6.7.1
78
+ multiprocess==0.70.19
79
+ networkx==3.6.1
80
+ numpy==1.26.4
81
+ openai==2.32.0
82
+ openapi-pydantic==0.5.1
83
+ openenv-core==0.2.3
84
+ opentelemetry-api==1.41.0
85
+ orjson==3.11.8
86
+ packaging==26.1
87
+ pandas==3.0.2
88
+ pathable==0.5.0
89
+ pillow==12.2.0
90
+ platformdirs==4.9.6
91
+ propcache==0.4.1
92
+ proto-plus==1.27.2
93
+ protobuf==5.29.6
94
+ psutil==7.2.2
95
+ py-key-value-aio==0.4.4
96
+ pyarrow==24.0.0
97
+ pyasn1==0.6.3
98
+ pyasn1_modules==0.4.2
99
+ pycparser==3.0
100
+ pydantic==2.13.3
101
+ pydantic-settings==2.14.0
102
+ pydantic_core==2.46.3
103
+ pydub==0.25.1
104
+ Pygments==2.20.0
105
+ PyJWT==2.12.1
106
+ pyparsing==3.3.2
107
+ pyperclip==1.11.0
108
+ python-dateutil==2.9.0.post0
109
+ python-dotenv==1.2.2
110
+ python-multipart==0.0.26
111
+ pytz==2026.1.post1
112
+ pywin32==311
113
+ pywin32-ctypes==0.2.3
114
+ PyYAML==6.0.3
115
+ referencing==0.37.0
116
+ regex==2026.4.4
117
+ requests==2.33.1
118
+ rich==15.0.0
119
+ rich-rst==1.3.2
120
+ rpds-py==0.30.0
121
+ safehttpx==0.1.7
122
+ safetensors==0.7.0
123
+ scikit-learn==1.8.0
124
+ scipy==1.17.1
125
+ semantic-version==2.10.0
126
  sentence-transformers==2.7.0
127
+ shellingham==1.5.4
128
+ six==1.17.0
129
+ sniffio==1.3.1
130
+ sse-starlette==3.3.4
131
+ starlette==1.0.0
132
+ sympy==1.14.0
133
+ threadpoolctl==3.6.0
134
+ tokenizers==0.22.2
135
+ tomli==2.4.1
136
+ tomli_w==1.2.0
137
+ tomlkit==0.14.0
138
  torch==2.2.2+cpu
139
+ tqdm==4.67.3
140
+ transformers==4.57.6
141
+ trl==1.2.0
142
+ typer==0.24.1
143
+ typing-inspection==0.4.2
144
+ typing_extensions==4.15.0
145
+ tzdata==2026.1
146
+ uncalled-for==0.3.1
147
+ uritemplate==4.2.0
148
+ urllib3==2.6.3
149
+ uvicorn==0.45.0
150
+ watchfiles==1.1.1
151
+ websockets==16.0
152
+ xxhash==3.6.0
153
+ yarl==1.23.0
154
+ zipp==3.23.1