diff --git a/pyproject.toml b/pyproject.toml index 639a9c6..b6f7257 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ exclude =[ "test" ] [tool.poetry.dependencies] -python = "^3.8" +python = "^3.9" tqdm = "^4.66.4" numpy = "^1.26.4" openai-whisper = "^20231117" @@ -53,7 +53,7 @@ format-jinja = """ """ [tool.poetry.group.docs.dependencies] -sphinx = "^7.1" +sphinx = "^7.3.7" sphinx-rtd-theme = "^2.0.0" markdown-it-py = {version = "~3.0.0", extras = ["plugins"]} myst-parser = "^3.0.1"