From 3de5d9590978e53d5094e77e2037ce9108f986d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 19:00:38 +0000 Subject: [PATCH] Update llama-cpp-python requirement Updates the requirements on [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) to permit the latest version. - [Release notes](https://github.com/abetlen/llama-cpp-python/releases) - [Changelog](https://github.com/abetlen/llama-cpp-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/abetlen/llama-cpp-python/compare/v0.2.82...v0.2.90) --- updated-dependencies: - dependency-name: llama-cpp-python 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 3bff378..55602e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] [project.optional-dependencies] -gguf = ["llama-cpp-python>=0.2.82,<0.2.83"] +gguf = ["llama-cpp-python>=0.2.82,<0.2.91"] annoy = ["annoy>=1.17.2,<2.0.0"] [tool.ruff]