From 7303a32c20b391c8040911ae98c5055699ec20a5 Mon Sep 17 00:00:00 2001 From: Francesco Zanetta <62377868+frazane@users.noreply.github.com> Date: Wed, 15 Nov 2023 15:42:27 +0100 Subject: [PATCH] include python3.9 in dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba5eb1a..a898281 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ keywords = ["probabilistic", "forecasting", "verification"] "Homepage" = "https://github.com/frazane/scoringrules" [tool.poetry.dependencies] -python = "^3.10" +python = ">=3.9,<3.12" numpy = "^1.23.4" numba = "^0.57.0"