From f72a5efbaf376c7d46ef277b70e991887d671055 Mon Sep 17 00:00:00 2001 From: "substra-bot[bot]" <100303497+substra-bot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:17:37 +0000 Subject: [PATCH] [auto] chore: bump substra-tools to 0.21.4fakerc1 in pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 272b428f..b4fba90b 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.53.0fakerc1", + "substratools~=0.21.4fakerc1", "pydantic>=2.3.0,<3.0", "pip>=21.2", "tqdm",