updatet python version since nump requires python 3.9

This commit is contained in:
Schmieder, Jacob
2024-05-15 11:27:26 +00:00
parent 254c7ca12d
commit bc3c8c22fb
+2 -2
View File
@@ -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"