gabrielchua commited on
Commit
f27c5eb
1 Parent(s): ccb0b90

update r.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +100 -8
requirements.txt CHANGED
@@ -1,12 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  gradio==4.44.0
2
- granian==1.4
3
- loguru==0.7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  openai==1.50.2
 
 
 
 
5
  promptic==0.7.5
6
- pydantic==2.7
7
- pypdf==4.1
8
- sentry-sdk==2.5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  spaces==0.30.2
10
-
11
- tenacity==8.3
12
- git+https://github.com/suno-ai/bark.git
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohappyeyeballs==2.4.2
3
+ aiohttp==3.10.8
4
+ aiosignal==1.3.1
5
+ annotated-types==0.7.0
6
+ anyio==4.6.0
7
+ attrs==24.2.0
8
+ boto3==1.35.29
9
+ botocore==1.35.29
10
+ certifi==2024.8.30
11
+ charset-normalizer==3.3.2
12
+ click==8.1.7
13
+ contourpy==1.3.0
14
+ cycler==0.12.1
15
+ distro==1.9.0
16
+ einops==0.8.0
17
+ encodec==0.1.1
18
+ fastapi==0.115.0
19
+ ffmpy==0.4.0
20
+ filelock==3.16.1
21
+ fonttools==4.54.1
22
+ frozenlist==1.4.1
23
+ fsspec==2024.9.0
24
+ funcy==2.0
25
  gradio==4.44.0
26
+ gradio_client==1.3.0
27
+ granian==1.4.0
28
+ h11==0.14.0
29
+ httpcore==1.0.5
30
+ httpx==0.27.2
31
+ huggingface-hub==0.25.1
32
+ idna==3.10
33
+ importlib_metadata==8.5.0
34
+ importlib_resources==6.4.5
35
+ Jinja2==3.1.4
36
+ jiter==0.5.0
37
+ jmespath==1.0.1
38
+ jsonschema==4.23.0
39
+ jsonschema-specifications==2023.12.1
40
+ kiwisolver==1.4.7
41
+ litellm==1.48.6
42
+ loguru==0.7.0
43
+ markdown-it-py==3.0.0
44
+ MarkupSafe==2.1.5
45
+ matplotlib==3.9.2
46
+ mdurl==0.1.2
47
+ mpmath==1.3.0
48
+ multidict==6.1.0
49
+ networkx==3.3
50
+ numpy==2.1.1
51
  openai==1.50.2
52
+ orjson==3.10.7
53
+ packaging==24.1
54
+ pandas==2.2.3
55
+ pillow==10.4.0
56
  promptic==0.7.5
57
+ psutil==5.9.8
58
+ pydantic==2.7.0
59
+ pydantic_core==2.18.1
60
+ pydub==0.25.1
61
+ Pygments==2.18.0
62
+ pyparsing==3.1.4
63
+ pypdf==4.1.0
64
+ python-dateutil==2.9.0.post0
65
+ python-dotenv==1.0.1
66
+ python-multipart==0.0.12
67
+ pytz==2024.2
68
+ PyYAML==6.0.2
69
+ referencing==0.35.1
70
+ regex==2024.9.11
71
+ requests==2.32.3
72
+ rich==13.8.1
73
+ rpds-py==0.20.0
74
+ ruff==0.6.8
75
+ s3transfer==0.10.2
76
+ safetensors==0.4.5
77
+ scipy==1.14.1
78
+ semantic-version==2.10.0
79
+ sentry-sdk==2.5.0
80
+ setuptools==75.1.0
81
+ shellingham==1.5.4
82
+ six==1.16.0
83
+ sniffio==1.3.1
84
  spaces==0.30.2
85
+ starlette==0.38.6
86
+ suno-bark @ git+https://github.com/suno-ai/bark.git@f4f32d4cd480dfec1c245d258174bc9bde3c2148
87
+ sympy==1.13.3
88
+ tenacity==8.3.0
89
+ tiktoken==0.7.0
90
+ tokenizers==0.20.0
91
+ tomlkit==0.12.0
92
+ torch==2.4.1
93
+ torchaudio==2.4.1
94
+ tqdm==4.66.5
95
+ transformers==4.45.1
96
+ typer==0.12.5
97
+ typing_extensions==4.12.2
98
+ tzdata==2024.2
99
+ urllib3==2.2.3
100
+ uvicorn==0.31.0
101
+ uvloop==0.18.0
102
+ websockets==12.0
103
+ yarl==1.13.1
104
+ zipp==3.20.2