From 8ca0ea7680774bd3e238b2bbfc28218d0ef2f2e6 Mon Sep 17 00:00:00 2001 From: Leo Gallucci Date: Thu, 21 Sep 2023 20:32:59 +0200 Subject: [PATCH] Relax Cython dependency Relax Cython dependency until https://github.com/py-why/dowhy/issues/1037 Signed-off-by: Leo Gallucci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7785025dd3..436ebfeb99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ files = ["dowhy/__init__.py"] # [tool.poetry.dependencies] python = ">=3.8,<3.12" -cython = "^0.29.32" +cython = ">=0.29.32" scipy = ">=1.4.1" statsmodels = ">=0.13.5" numpy = ">=1.20"