From 013e572905f4ec18ea5eb219b810c52ed41a536b Mon Sep 17 00:00:00 2001 From: "substra-bot[bot]" <100303497+substra-bot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:45:12 +0000 Subject: [PATCH] [auto] chore: bump dependencies in pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 272b428f..128c9df5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,8 +22,8 @@ readme = "README.md" dependencies = [ "numpy>=1.24,<2.0", "cloudpickle>=1.6.0", - "substra~=0.54.0a1", - "substratools~=0.22.0a2", + "substra~=0.54.0rc1", + "substratools~=0.22.0rc1", "pydantic>=2.3.0,<3.0", "pip>=21.2", "tqdm",