Updated README
Browse files- requirements.txt +31 -0
requirements.txt
CHANGED
@@ -5,22 +5,37 @@ aiosignal==1.3.1
|
|
5 |
annotated-types==0.7.0
|
6 |
anyio==4.6.2.post1
|
7 |
attrs==24.2.0
|
|
|
8 |
certifi==2024.8.30
|
9 |
charset-normalizer==3.4.0
|
10 |
click==8.1.7
|
|
|
11 |
fastapi==0.115.4
|
12 |
ffmpy==0.4.0
|
13 |
filelock==3.16.1
|
14 |
frozenlist==1.5.0
|
15 |
fsspec==2024.10.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
gradio==5.4.0
|
17 |
gradio_client==1.4.2
|
|
|
|
|
18 |
h11==0.14.0
|
19 |
httpcore==1.0.6
|
|
|
20 |
httpx==0.27.2
|
21 |
huggingface-hub==0.26.2
|
22 |
idna==3.10
|
23 |
Jinja2==3.1.4
|
|
|
24 |
lightning==2.4.0
|
25 |
lightning-utilities==0.11.8
|
26 |
markdown-it-py==3.0.0
|
@@ -30,31 +45,46 @@ mpmath==1.3.0
|
|
30 |
multidict==6.1.0
|
31 |
networkx==3.4.2
|
32 |
numpy==1.26.4
|
|
|
33 |
orjson==3.10.11
|
34 |
packaging==24.1
|
35 |
pandas==2.2.3
|
36 |
pillow==11.0.0
|
37 |
propcache==0.2.0
|
|
|
|
|
|
|
|
|
38 |
pydantic==2.9.2
|
|
|
|
|
39 |
pydantic_core==2.23.4
|
40 |
pydub==0.25.1
|
41 |
Pygments==2.18.0
|
|
|
42 |
python-dateutil==2.9.0.post0
|
|
|
43 |
python-multipart==0.0.12
|
44 |
pytorch-lightning==2.4.0
|
45 |
pytz==2024.2
|
46 |
PyYAML==6.0.2
|
|
|
47 |
requests==2.32.3
|
48 |
rich==13.9.4
|
|
|
49 |
ruff==0.7.2
|
50 |
safehttpx==0.1.1
|
51 |
semantic-version==2.10.0
|
52 |
setuptools==75.3.0
|
53 |
shellingham==1.5.4
|
54 |
six==1.16.0
|
|
|
55 |
sniffio==1.3.1
|
56 |
starlette==0.41.2
|
|
|
57 |
sympy==1.13.1
|
|
|
|
|
58 |
tomlkit==0.12.0
|
59 |
torch==2.5.1
|
60 |
torchmetrics==1.5.1
|
@@ -63,6 +93,7 @@ tqdm==4.66.6
|
|
63 |
typer==0.12.5
|
64 |
typing_extensions==4.12.2
|
65 |
tzdata==2024.2
|
|
|
66 |
urllib3==2.2.3
|
67 |
uvicorn==0.32.0
|
68 |
websockets==12.0
|
|
|
5 |
annotated-types==0.7.0
|
6 |
anyio==4.6.2.post1
|
7 |
attrs==24.2.0
|
8 |
+
cachetools==5.5.0
|
9 |
certifi==2024.8.30
|
10 |
charset-normalizer==3.4.0
|
11 |
click==8.1.7
|
12 |
+
distro==1.9.0
|
13 |
fastapi==0.115.4
|
14 |
ffmpy==0.4.0
|
15 |
filelock==3.16.1
|
16 |
frozenlist==1.5.0
|
17 |
fsspec==2024.10.0
|
18 |
+
gitdb==4.0.11
|
19 |
+
GitPython==3.1.43
|
20 |
+
google-ai-generativelanguage==0.6.10
|
21 |
+
google-api-core==2.22.0
|
22 |
+
google-api-python-client==2.151.0
|
23 |
+
google-auth==2.35.0
|
24 |
+
google-auth-httplib2==0.2.0
|
25 |
+
google-generativeai==0.8.3
|
26 |
+
googleapis-common-protos==1.65.0
|
27 |
gradio==5.4.0
|
28 |
gradio_client==1.4.2
|
29 |
+
grpcio==1.67.1
|
30 |
+
grpcio-status==1.67.1
|
31 |
h11==0.14.0
|
32 |
httpcore==1.0.6
|
33 |
+
httplib2==0.22.0
|
34 |
httpx==0.27.2
|
35 |
huggingface-hub==0.26.2
|
36 |
idna==3.10
|
37 |
Jinja2==3.1.4
|
38 |
+
jiter==0.7.0
|
39 |
lightning==2.4.0
|
40 |
lightning-utilities==0.11.8
|
41 |
markdown-it-py==3.0.0
|
|
|
45 |
multidict==6.1.0
|
46 |
networkx==3.4.2
|
47 |
numpy==1.26.4
|
48 |
+
openai==1.53.0
|
49 |
orjson==3.10.11
|
50 |
packaging==24.1
|
51 |
pandas==2.2.3
|
52 |
pillow==11.0.0
|
53 |
propcache==0.2.0
|
54 |
+
proto-plus==1.25.0
|
55 |
+
protobuf==5.28.3
|
56 |
+
pyasn1==0.6.1
|
57 |
+
pyasn1_modules==0.4.1
|
58 |
pydantic==2.9.2
|
59 |
+
pydantic-extra-types==2.9.0
|
60 |
+
pydantic-settings==2.6.1
|
61 |
pydantic_core==2.23.4
|
62 |
pydub==0.25.1
|
63 |
Pygments==2.18.0
|
64 |
+
pyparsing==3.2.0
|
65 |
python-dateutil==2.9.0.post0
|
66 |
+
python-dotenv==1.0.1
|
67 |
python-multipart==0.0.12
|
68 |
pytorch-lightning==2.4.0
|
69 |
pytz==2024.2
|
70 |
PyYAML==6.0.2
|
71 |
+
regex==2024.9.11
|
72 |
requests==2.32.3
|
73 |
rich==13.9.4
|
74 |
+
rsa==4.9
|
75 |
ruff==0.7.2
|
76 |
safehttpx==0.1.1
|
77 |
semantic-version==2.10.0
|
78 |
setuptools==75.3.0
|
79 |
shellingham==1.5.4
|
80 |
six==1.16.0
|
81 |
+
smmap==5.0.1
|
82 |
sniffio==1.3.1
|
83 |
starlette==0.41.2
|
84 |
+
structlog==24.4.0
|
85 |
sympy==1.13.1
|
86 |
+
tenacity==8.5.0
|
87 |
+
tiktoken==0.4.0
|
88 |
tomlkit==0.12.0
|
89 |
torch==2.5.1
|
90 |
torchmetrics==1.5.1
|
|
|
93 |
typer==0.12.5
|
94 |
typing_extensions==4.12.2
|
95 |
tzdata==2024.2
|
96 |
+
uritemplate==4.1.1
|
97 |
urllib3==2.2.3
|
98 |
uvicorn==0.32.0
|
99 |
websockets==12.0
|