From 18b924a65ac7ef99e293576643b8447f3a5983f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:29:30 +0000 Subject: [PATCH] build(deps): Bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.2 to 2.8.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.1.2...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../docs/docker/off-target-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agentica/agentic-flow/examples/crispr-cas13-pipeline/docs/docker/off-target-service/requirements.txt b/agentica/agentic-flow/examples/crispr-cas13-pipeline/docs/docker/off-target-service/requirements.txt index 8c95cc7..be0f08e 100644 --- a/agentica/agentic-flow/examples/crispr-cas13-pipeline/docs/docker/off-target-service/requirements.txt +++ b/agentica/agentic-flow/examples/crispr-cas13-pipeline/docs/docker/off-target-service/requirements.txt @@ -1,5 +1,5 @@ # Machine Learning -torch==2.1.2 +torch==2.8.0 transformers==5.0.0rc3 numpy==1.26.3 pandas==2.1.4