From 394123799461a0267292a143f755bb4183fe019d Mon Sep 17 00:00:00 2001 From: "substra-bot[bot]" <100303497+substra-bot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:22:53 +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",