Spaces:
Sleeping
Sleeping
Update pyproject.toml
Browse files- pyproject.toml +23 -22
pyproject.toml
CHANGED
@@ -1,22 +1,23 @@
|
|
1 |
-
[tool.poetry]
|
2 |
-
name = "WhisperLiveSubs"
|
3 |
-
version = "0.1.0"
|
4 |
-
description = ""
|
5 |
-
authors = ["Dark Coder <[email protected]>"]
|
6 |
-
license = "MIT"
|
7 |
-
readme = "README.md"
|
8 |
-
|
9 |
-
[tool.poetry.dependencies]
|
10 |
-
python = "^3.10"
|
11 |
-
streamlit = "^1.38.0"
|
12 |
-
sounddevice = "^0.5.0"
|
13 |
-
numpy = "^2.1.1"
|
14 |
-
scipy = "^1.14.1"
|
15 |
-
torch = "^2.4.1"
|
16 |
-
transformers = "^4.44.2"
|
17 |
-
soundfile = "^0.12.1"
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
|
1 |
+
[tool.poetry]
|
2 |
+
name = "WhisperLiveSubs"
|
3 |
+
version = "0.1.0"
|
4 |
+
description = ""
|
5 |
+
authors = ["Dark Coder <[email protected]>"]
|
6 |
+
license = "MIT"
|
7 |
+
readme = "README.md"
|
8 |
+
|
9 |
+
[tool.poetry.dependencies]
|
10 |
+
python = "^3.10"
|
11 |
+
streamlit = "^1.38.0"
|
12 |
+
sounddevice = "^0.5.0"
|
13 |
+
numpy = "^2.1.1"
|
14 |
+
scipy = "^1.14.1"
|
15 |
+
torch = "^2.4.1"
|
16 |
+
transformers = "^4.44.2"
|
17 |
+
soundfile = "^0.12.1"
|
18 |
+
pyaudio = "^0.2.14"
|
19 |
+
|
20 |
+
|
21 |
+
[build-system]
|
22 |
+
requires = ["poetry-core"]
|
23 |
+
build-backend = "poetry.core.masonry.api"
|