From 92eadb38de66e299604ac402df6a1fc6436ad229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20=C5=A0nuderl?= Date: Thu, 21 Sep 2023 08:41:18 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 089476a..dc23dfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ [tool.poetry.dependencies] numpy = ">=1.23.1" pydantic = ">=1.9.1,<2.3" -python = ">=3.10,<3.12" +python = ">=3.10,<3.13" requests = ">=2.28.1" scipy = ">=1.9.0"