From 78affa044970cd0b1324707ed55bdb0acc707895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:03:51 +0000 Subject: [PATCH] Update zetascale requirement from 2.2.7 to 2.4.5 --- updated-dependencies: - dependency-name: zetascale dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6319ba..90aa016 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" -zetascale = "2.2.7" +zetascale = "2.4.5" einops = "*" torch = "*"