From 3f79248a37fbe946f07cecdbc2cdf324ba101b40 Mon Sep 17 00:00:00 2001 From: Juho Inkinen <34240031+juhoinkinen@users.noreply.github.com> Date: Wed, 21 Aug 2024 17:05:05 +0300 Subject: [PATCH] Upgrade to scipy ~1.13.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6609c9bc..409c3d11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = ">=3.9,<3.13" +python = ">=3.10,<3.13" connexion = { version = "~3.1.0", extras = ["flask", "uvicorn", "swagger-ui"] } click = "8.1.*" @@ -37,7 +37,7 @@ joblib = "1.4.*" nltk = "~3.9.1" gensim = "4.3.*" scikit-learn = "~1.5.1" -scipy = "1.12.*" +scipy = "~1.13.1" rdflib = "7.0.*" requests = "~2.32.3" gunicorn = "~23.0.0"