From bc3c8c22fb538bf4e9543f8821c037b248f91226 Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Wed, 15 May 2024 11:27:26 +0000 Subject: [PATCH] updatet python version since nump requires python 3.9 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"