From c54d4b763dfa95816ea85affca9230e0366e3ce8 Mon Sep 17 00:00:00 2001 From: Oskar Triebe Date: Fri, 21 Jun 2024 23:26:53 -0700 Subject: [PATCH] exclude py3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7afe97b6..4c77b97e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ Homepage = "https://github.com/ourownstory/neural_prophet" [tool.poetry.dependencies] -python = ">=3.9,<=3.13" +python = ">=3.9,<3.13" numpy = ">=1.25.0,<2.0.0" pandas = ">=2.0.0" torch = ">=2.0.0"