kevinwang676
commited on
Commit
•
d8676f6
1
Parent(s):
0fc73ad
Update pyproject.toml
Browse files- pyproject.toml +3 -3
pyproject.toml
CHANGED
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4 |
|
5 |
[project]
|
6 |
name = "bark-ui-enhanced"
|
7 |
-
version = "0.4.
|
8 |
description = "Bark text to audio model with addition features and a Web UI"
|
9 |
readme = "README.md"
|
10 |
requires-python = ">=3.8"
|
@@ -19,6 +19,7 @@ dependencies = [
|
|
19 |
"boto3",
|
20 |
"encodec",
|
21 |
"funcy",
|
|
|
22 |
"mutagen",
|
23 |
"numpy",
|
24 |
"pytorch_seed",
|
@@ -39,7 +40,6 @@ dev = [
|
|
39 |
"black",
|
40 |
"codecov",
|
41 |
"flake8",
|
42 |
-
"huggingface-hub>=0.14.1",
|
43 |
"hypothesis>=6.14,<7",
|
44 |
"isort>=5.0.0,<6",
|
45 |
"jupyter",
|
@@ -60,4 +60,4 @@ bark = ["assets/prompts/*.npz", "assets/prompts/v2/*.npz"]
|
|
60 |
|
61 |
|
62 |
[tool.black]
|
63 |
-
line-length = 100
|
|
|
4 |
|
5 |
[project]
|
6 |
name = "bark-ui-enhanced"
|
7 |
+
version = "0.4.8"
|
8 |
description = "Bark text to audio model with addition features and a Web UI"
|
9 |
readme = "README.md"
|
10 |
requires-python = ">=3.8"
|
|
|
19 |
"boto3",
|
20 |
"encodec",
|
21 |
"funcy",
|
22 |
+
"huggingface-hub>=0.14.1",
|
23 |
"mutagen",
|
24 |
"numpy",
|
25 |
"pytorch_seed",
|
|
|
40 |
"black",
|
41 |
"codecov",
|
42 |
"flake8",
|
|
|
43 |
"hypothesis>=6.14,<7",
|
44 |
"isort>=5.0.0,<6",
|
45 |
"jupyter",
|
|
|
60 |
|
61 |
|
62 |
[tool.black]
|
63 |
+
line-length = 100
|