Browse Source

gguf-py : add requests to dependencies (#18629)

Christian Kastner 3 weeks ago
parent
commit
bd2a93d475
1 changed files with 1 additions and 0 deletions
  1. 1 0
      gguf-py/pyproject.toml

+ 1 - 0
gguf-py/pyproject.toml

@@ -22,6 +22,7 @@ python = ">=3.8"
 numpy = ">=1.17"
 numpy = ">=1.17"
 tqdm = ">=4.27"
 tqdm = ">=4.27"
 pyyaml = ">=5.1"
 pyyaml = ">=5.1"
+requests = ">=2.25"
 sentencepiece = { version = ">=0.1.98,<=0.2.0", optional = true }
 sentencepiece = { version = ">=0.1.98,<=0.2.0", optional = true }
 PySide6 = { version = "^6.9", python = ">=3.9,<3.14", optional = true }
 PySide6 = { version = "^6.9", python = ">=3.9,<3.14", optional = true }