From e0ca48417087960033abb69e631389ddab85fbcd Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 6 Nov 2024 08:26:48 +0100 Subject: [PATCH] fix: update tiramisu dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89edfc2..7d5626a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] dependencies = [ - "tiramisu ~= 5.0.0", + "tiramisu >= 5.0,<6", ] [project.urls]