From 380127b735e2a972252065aab857fa8d4a3ed020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 10:52:45 +0200 Subject: [PATCH] chore(deps): bump tqdm from 4.62.3 to 4.66.3 in /benchmark/camelyon (#212) Signed-off-by: dependabot[bot] Signed-off-by: SdgJlbl Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: SdgJlbl --- benchmark/camelyon/requirements.txt | 2 +- substrafl/dependency/manage_dependencies.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/benchmark/camelyon/requirements.txt b/benchmark/camelyon/requirements.txt index 63f6c3b3..cea3f659 100644 --- a/benchmark/camelyon/requirements.txt +++ b/benchmark/camelyon/requirements.txt @@ -1,4 +1,4 @@ -tqdm==4.62.3 +tqdm==4.66.3 numpy==1.24.3 scikit-learn==1.3.1 torch==2.0.1 diff --git a/substrafl/dependency/manage_dependencies.py b/substrafl/dependency/manage_dependencies.py index 9270a3ad..ff5bea7d 100644 --- a/substrafl/dependency/manage_dependencies.py +++ b/substrafl/dependency/manage_dependencies.py @@ -195,6 +195,7 @@ def compile_requirements(dependency_list: List[Union[str, Path]], *, dest_dir: P "piptools", "compile", "--resolver=backtracking", + "--no-strip-extras", str(requirements_in), ] try: