From: Christian Kastner Date: Tue, 6 Jan 2026 07:56:38 +0000 (+0100) Subject: gguf-py : add requests to dependencies (#18629) X-Git-Tag: upstream/0.0.7721~78 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=bd2a93d4753c4f00443f561ee039220283016ee8;p=pkg%2Fggml%2Fsources%2Fllama.cpp gguf-py : add requests to dependencies (#18629) --- diff --git a/gguf-py/pyproject.toml b/gguf-py/pyproject.toml index 0f3a1eee..f6c4cd14 100644 --- a/gguf-py/pyproject.toml +++ b/gguf-py/pyproject.toml @@ -22,6 +22,7 @@ python = ">=3.8" numpy = ">=1.17" tqdm = ">=4.27" pyyaml = ">=5.1" +requests = ">=2.25" sentencepiece = { version = ">=0.1.98,<=0.2.0", optional = true } PySide6 = { version = "^6.9", python = ">=3.9,<3.14", optional = true }