From 596f43f2d05ec52ca2e57f4772edfa1af3d4b08a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 04:06:07 +0000 Subject: [PATCH] Update vector-quantize-pytorch requirement from 1.9.14 to 1.10.4 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.9.14...1.10.4) --- 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 093ad257..65ed3ddd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ datasets = "*" lion-pytorch = "*" sentencepiece = "*" colt5-attention = "0.10.14" -vector-quantize-pytorch = "1.9.14" +vector-quantize-pytorch = "1.10.4" tokenmonster = "*" scipy = "*" beartype = "*"