teddybear082 commited on
Commit ·
871e190
1
Parent(s): 6167b9d
bump version
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
|
@@ -4,12 +4,12 @@ license = {text = "MIT"}
|
|
| 4 |
name = "pocket-tts-openai-server"
|
| 5 |
readme = "README.md"
|
| 6 |
requires-python = ">=3.10"
|
| 7 |
-
version = "2.
|
| 8 |
|
| 9 |
dependencies = [
|
| 10 |
"flask>=3.0.0",
|
| 11 |
"waitress>=3.0.0",
|
| 12 |
-
"pocket-tts>=1.
|
| 13 |
"torch>=2.0.0,<=2.8.0",
|
| 14 |
"torchaudio>=2.0.0,<=2.8.0",
|
| 15 |
"scipy>=1.10.0",
|
|
|
|
| 4 |
name = "pocket-tts-openai-server"
|
| 5 |
readme = "README.md"
|
| 6 |
requires-python = ">=3.10"
|
| 7 |
+
version = "2.3.0"
|
| 8 |
|
| 9 |
dependencies = [
|
| 10 |
"flask>=3.0.0",
|
| 11 |
"waitress>=3.0.0",
|
| 12 |
+
"pocket-tts>=1.1.0",
|
| 13 |
"torch>=2.0.0,<=2.8.0",
|
| 14 |
"torchaudio>=2.0.0,<=2.8.0",
|
| 15 |
"scipy>=1.10.0",
|