From 77fb467a2c10ee825fe044cca7acafa88e05d66b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 17:02:48 +0000 Subject: [PATCH] Update colt5-attention requirement from 0.10.14 to 0.10.15 Updates the requirements on [colt5-attention](https://github.com/lucidrains/CoLT5-attention) to permit the latest version. - [Release notes](https://github.com/lucidrains/CoLT5-attention/releases) - [Commits](https://github.com/lucidrains/CoLT5-attention/compare/0.10.14...0.10.15) --- updated-dependencies: - dependency-name: colt5-attention 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 9795b7fa..c420a79f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ accelerate = "*" datasets = "*" lion-pytorch = "*" sentencepiece = "*" -colt5-attention = "0.10.14" +colt5-attention = "0.10.15" [build-system] requires = ["poetry-core>=1.0.0"]