]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
gguf-py : add requests to dependencies (#18629)
authorChristian Kastner <redacted>
Tue, 6 Jan 2026 07:56:38 +0000 (08:56 +0100)
committerGitHub <redacted>
Tue, 6 Jan 2026 07:56:38 +0000 (08:56 +0100)
gguf-py/pyproject.toml

index 0f3a1eeee8304ac9c04656e885fbcfabd44e74a8..f6c4cd14e74fb6bcf1122a406da13a0f613b5f4f 100644 (file)
@@ -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 }