From 1f244241b0ac7b3c27fbee94e4df4237fc423b3d Mon Sep 17 00:00:00 2001 From: "substra-bot[bot]" <100303497+substra-bot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:13:31 +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 94513085..c4b0fd55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,8 +21,8 @@ readme = "README.md" dependencies = [ "numpy>=1.24", "cloudpickle>=1.6.0", - "substra~=0.54.0", - "substratools~=0.22.0", + "substra~=1.0.0rc1", + "substratools~=1.0.0rc1", "pydantic>=2.3.0,<3.0", "pip>=21.2", "tqdm",