mpandzo commited on
Commit
dc07cdb
1 Parent(s): 9879223

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +76 -0
requirements.txt ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.0.1
2
+ aiofiles==23.2.1
3
+ annotated-types==0.7.0
4
+ anyio==4.6.2.post1
5
+ certifi==2024.8.30
6
+ charset-normalizer==3.4.0
7
+ click==8.1.7
8
+ contourpy==1.3.0
9
+ cycler==0.12.1
10
+ diffusers==0.31.0
11
+ exceptiongroup==1.2.2
12
+ fastapi==0.115.4
13
+ ffmpy==0.4.0
14
+ filelock==3.16.1
15
+ fonttools==4.54.1
16
+ fsspec==2024.10.0
17
+ gradio==4.44.1
18
+ gradio_client==1.3.0
19
+ h11==0.14.0
20
+ httpcore==1.0.6
21
+ httpx==0.27.2
22
+ huggingface-hub==0.26.2
23
+ idna==3.10
24
+ importlib_metadata==8.5.0
25
+ importlib_resources==6.4.5
26
+ Jinja2==3.1.4
27
+ kiwisolver==1.4.7
28
+ markdown-it-py==3.0.0
29
+ MarkupSafe==2.1.5
30
+ matplotlib==3.9.2
31
+ mdurl==0.1.2
32
+ mpmath==1.3.0
33
+ networkx==3.2.1
34
+ numpy==2.0.2
35
+ orjson==3.10.10
36
+ packaging==24.1
37
+ pandas==2.2.3
38
+ pillow==10.4.0
39
+ protobuf==5.28.3
40
+ psutil==6.1.0
41
+ pydantic==2.9.2
42
+ pydantic_core==2.23.4
43
+ pydub==0.25.1
44
+ Pygments==2.18.0
45
+ pyparsing==3.2.0
46
+ python-dateutil==2.9.0.post0
47
+ python-dotenv==1.0.1
48
+ python-multipart==0.0.17
49
+ pytz==2024.2
50
+ PyYAML==6.0.2
51
+ regex==2024.9.11
52
+ requests==2.32.3
53
+ rich==13.9.3
54
+ ruff==0.7.1
55
+ safetensors==0.4.5
56
+ semantic-version==2.10.0
57
+ sentencepiece==0.2.0
58
+ shellingham==1.5.4
59
+ six==1.16.0
60
+ sniffio==1.3.1
61
+ starlette==0.41.2
62
+ sympy==1.13.1
63
+ tokenizers==0.20.1
64
+ tomlkit==0.12.0
65
+ torch==2.5.1
66
+ torchaudio==2.5.1
67
+ torchvision==0.20.1
68
+ tqdm==4.66.6
69
+ transformers==4.46.1
70
+ typer==0.12.5
71
+ typing_extensions==4.12.2
72
+ tzdata==2024.2
73
+ urllib3==2.2.3
74
+ uvicorn==0.32.0
75
+ websockets==12.0
76
+ zipp==3.20.2