updatet python version since nump requires python 3.9
This commit is contained in:
+2
-2
@@ -30,7 +30,7 @@ exclude =[
|
|||||||
"test"
|
"test"
|
||||||
]
|
]
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.9"
|
||||||
tqdm = "^4.66.4"
|
tqdm = "^4.66.4"
|
||||||
numpy = "^1.26.4"
|
numpy = "^1.26.4"
|
||||||
openai-whisper = "^20231117"
|
openai-whisper = "^20231117"
|
||||||
@@ -53,7 +53,7 @@ format-jinja = """
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
[tool.poetry.group.docs.dependencies]
|
[tool.poetry.group.docs.dependencies]
|
||||||
sphinx = "^7.1"
|
sphinx = "^7.3.7"
|
||||||
sphinx-rtd-theme = "^2.0.0"
|
sphinx-rtd-theme = "^2.0.0"
|
||||||
markdown-it-py = {version = "~3.0.0", extras = ["plugins"]}
|
markdown-it-py = {version = "~3.0.0", extras = ["plugins"]}
|
||||||
myst-parser = "^3.0.1"
|
myst-parser = "^3.0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user