nomnomnonono
commited on
Commit
·
a06e71d
1
Parent(s):
24d4b9a
update library
Browse files- requirements.txt +14 -1
requirements.txt
CHANGED
@@ -12,11 +12,13 @@ contourpy==1.0.7
|
|
12 |
cycler==0.11.0
|
13 |
entrypoints==0.4
|
14 |
fastapi==0.95.0
|
|
|
15 |
ffmpy==0.3.0
|
16 |
filelock==3.10.7
|
17 |
fonttools==4.39.3
|
18 |
frozenlist==1.3.3
|
19 |
fsspec==2023.3.0
|
|
|
20 |
gradio==3.24.1
|
21 |
gradio_client==0.0.5
|
22 |
gTTS==2.3.1
|
@@ -26,18 +28,25 @@ httpx==0.23.3
|
|
26 |
huggingface-hub==0.13.3
|
27 |
idna==3.4
|
28 |
importlib-resources==5.12.0
|
|
|
29 |
Jinja2==3.1.2
|
30 |
jsonschema==4.17.3
|
31 |
kiwisolver==1.4.4
|
32 |
linkify-it-py==2.0.0
|
|
|
33 |
markdown-it-py==2.2.0
|
34 |
MarkupSafe==2.1.2
|
35 |
matplotlib==3.7.1
|
36 |
mdit-py-plugins==0.3.3
|
37 |
mdurl==0.1.2
|
|
|
|
|
38 |
multidict==6.0.4
|
39 |
-
|
|
|
|
|
40 |
openai==0.27.2
|
|
|
41 |
orjson==3.8.9
|
42 |
packaging==23.0
|
43 |
pandas==1.5.3
|
@@ -50,13 +59,17 @@ python-dateutil==2.8.2
|
|
50 |
python-multipart==0.0.6
|
51 |
pytz==2023.3
|
52 |
PyYAML==6.0
|
|
|
53 |
requests==2.28.2
|
54 |
rfc3986==1.5.0
|
55 |
semantic-version==2.10.0
|
56 |
six==1.16.0
|
57 |
sniffio==1.3.0
|
58 |
starlette==0.26.1
|
|
|
|
|
59 |
toolz==0.12.0
|
|
|
60 |
tqdm==4.65.0
|
61 |
typing_extensions==4.5.0
|
62 |
uc-micro-py==1.0.1
|
|
|
12 |
cycler==0.11.0
|
13 |
entrypoints==0.4
|
14 |
fastapi==0.95.0
|
15 |
+
ffmpeg-python==0.2.0
|
16 |
ffmpy==0.3.0
|
17 |
filelock==3.10.7
|
18 |
fonttools==4.39.3
|
19 |
frozenlist==1.3.3
|
20 |
fsspec==2023.3.0
|
21 |
+
future==0.18.3
|
22 |
gradio==3.24.1
|
23 |
gradio_client==0.0.5
|
24 |
gTTS==2.3.1
|
|
|
28 |
huggingface-hub==0.13.3
|
29 |
idna==3.4
|
30 |
importlib-resources==5.12.0
|
31 |
+
install==1.3.5
|
32 |
Jinja2==3.1.2
|
33 |
jsonschema==4.17.3
|
34 |
kiwisolver==1.4.4
|
35 |
linkify-it-py==2.0.0
|
36 |
+
llvmlite==0.39.1
|
37 |
markdown-it-py==2.2.0
|
38 |
MarkupSafe==2.1.2
|
39 |
matplotlib==3.7.1
|
40 |
mdit-py-plugins==0.3.3
|
41 |
mdurl==0.1.2
|
42 |
+
more-itertools==9.1.0
|
43 |
+
mpmath==1.3.0
|
44 |
multidict==6.0.4
|
45 |
+
networkx==3.0
|
46 |
+
numba==0.56.4
|
47 |
+
numpy==1.23.5
|
48 |
openai==0.27.2
|
49 |
+
openai-whisper @ git+https://github.com/openai/whisper.git@b5851c6c40e753606765ac45b85b298e3ae9e00d
|
50 |
orjson==3.8.9
|
51 |
packaging==23.0
|
52 |
pandas==1.5.3
|
|
|
59 |
python-multipart==0.0.6
|
60 |
pytz==2023.3
|
61 |
PyYAML==6.0
|
62 |
+
regex==2023.3.23
|
63 |
requests==2.28.2
|
64 |
rfc3986==1.5.0
|
65 |
semantic-version==2.10.0
|
66 |
six==1.16.0
|
67 |
sniffio==1.3.0
|
68 |
starlette==0.26.1
|
69 |
+
sympy==1.11.1
|
70 |
+
tiktoken==0.3.1
|
71 |
toolz==0.12.0
|
72 |
+
torch==2.0.0
|
73 |
tqdm==4.65.0
|
74 |
typing_extensions==4.5.0
|
75 |
uc-micro-py==1.0.1
|