From f45a403bc16eda7773458f8ba9086080bfc6568a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 20:24:54 +0000 Subject: [PATCH] build(deps): Bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.2 to 2.12.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.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.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..b60cd17 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.12.0 transformers==5.0.0rc3 numpy==1.26.3 pandas==2.1.4