boi-doingthings commited on
Commit
c805d7b
·
verified ·
1 Parent(s): 28a765d

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +82 -0
requirements.txt ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.2.0
3
+ annotated-types==0.6.0
4
+ anyio==4.3.0
5
+ attrs==23.2.0
6
+ certifi==2024.2.2
7
+ charset-normalizer==3.3.2
8
+ click==8.1.7
9
+ colorama==0.4.6
10
+ contourpy==1.1.1
11
+ cycler==0.12.1
12
+ distro==1.9.0
13
+ exceptiongroup==1.2.0
14
+ fastapi==0.110.0
15
+ ffmpy==0.3.2
16
+ filelock==3.13.1
17
+ fonttools==4.49.0
18
+ fsspec==2024.2.0
19
+ gradio==4.21.0
20
+ gradio-client==0.12.0
21
+ h11==0.14.0
22
+ httpcore==1.0.4
23
+ httpx==0.27.0
24
+ huggingface-hub==0.21.4
25
+ idna==3.6
26
+ importlib-metadata==7.0.2
27
+ importlib-resources==6.1.3
28
+ Jinja2==3.1.3
29
+ jsonschema==4.21.1
30
+ jsonschema-specifications==2023.12.1
31
+ kiwisolver==1.4.5
32
+ llvmlite==0.41.1
33
+ markdown-it-py==3.0.0
34
+ MarkupSafe==2.1.5
35
+ matplotlib==3.7.5
36
+ mdurl==0.1.2
37
+ more-itertools==10.2.0
38
+ mpmath==1.3.0
39
+ networkx==3.1
40
+ numba==0.58.1
41
+ numpy==1.24.4
42
+ openai==1.13.3
43
+ openai-whisper==20231117
44
+ orjson==3.9.15
45
+ packaging==24.0
46
+ pandas==2.0.3
47
+ pillow==10.2.0
48
+ pkgutil-resolve-name==1.3.10
49
+ pydantic==2.6.3
50
+ pydantic-core==2.16.3
51
+ pydub==0.25.1
52
+ pygments==2.17.2
53
+ pyparsing==3.1.2
54
+ python-dateutil==2.9.0.post0
55
+ python-multipart==0.0.9
56
+ pytz==2024.1
57
+ PyYAML==6.0.1
58
+ referencing==0.33.0
59
+ regex==2023.12.25
60
+ requests==2.31.0
61
+ rich==13.7.1
62
+ rpds-py==0.18.0
63
+ ruff==0.3.2
64
+ scipy==1.10.1
65
+ semantic-version==2.10.0
66
+ shellingham==1.5.4
67
+ six==1.16.0
68
+ sniffio==1.3.1
69
+ starlette==0.36.3
70
+ sympy==1.12
71
+ tiktoken==0.6.0
72
+ tomlkit==0.12.0
73
+ toolz==0.12.1
74
+ torch==2.2.1
75
+ tqdm==4.66.2
76
+ typer==0.9.0
77
+ typing-extensions==4.10.0
78
+ tzdata==2024.1
79
+ urllib3==2.2.1
80
+ uvicorn==0.28.0
81
+ websockets==11.0.3
82
+ zipp==3.17.0