From 2948f35b7218bf27e32d858a01b9cef8e58fb7f4 Mon Sep 17 00:00:00 2001 From: Lakshmi-Bashyam Date: Mon, 7 Oct 2024 11:51:36 +0200 Subject: [PATCH] Update pyproject --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 411c9af..345a2c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,8 +12,8 @@ classifiers = [ homepage = "https://github.com/zbw/qualle" [tool.poetry.dependencies] -python = ">=3.9,<3.12" -scipy = "~1.10.1" +python = ">=3.9,<3.13" +scipy = "~1.13" scikit-learn = "~1.5" rdflib = "7.0.*" pydantic = "~2.8"