From dbc142472a7ee71957b033f837d6b7d8c20b1bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:14:58 +0000 Subject: [PATCH] Update vector-quantize-pytorch requirement from 1.1.5 to 1.8.1 Updates the requirements on [vector-quantize-pytorch](https://github.com/lucidrains/vector-quantizer-pytorch) to permit the latest version. - [Release notes](https://github.com/lucidrains/vector-quantizer-pytorch/releases) - [Commits](https://github.com/lucidrains/vector-quantizer-pytorch/compare/1.1.5...1.8.1) --- updated-dependencies: - dependency-name: vector-quantize-pytorch 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 4740a4c1..e95ecc32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ datasets = "*" lion-pytorch = "*" sentencepiece = "*" colt5-attention = "0.10.14" -vector-quantize-pytorch = "1.1.5" +vector-quantize-pytorch = "1.8.1" tokenmonster = "*" scipy = "*" beartype = "*"