py : lower numpy to 2.2.6 (#28654)

* Revert "py : bump numpy to 2.4.6 (#28649)"

This reverts commit 9cf3bf256b.

* bump numpy to 2.2.6
This commit is contained in:
Sigbjørn Skjæret
2026-09-09 15:56:27 +02:00
committed by GitHub
parent 9cf3bf256b
commit 4b98ab805a
8 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -6,8 +6,8 @@ keywords = ["ggml", "gguf", "llama.cpp"]
dynamic = ["classifiers"]
readme = "README.md"
authors = [{name = "GGML", email = "ggml@ggml.ai"}]
requires-python = '>=3.11'
dependencies = ['numpy (>=2.4.6)', 'tqdm (>=4.27)', 'pyyaml (>=5.1)', 'requests (>=2.25)']
requires-python = '>=3.10'
dependencies = ['numpy (>=2.2.6)', 'tqdm (>=4.27)', 'pyyaml (>=5.1)', 'requests (>=2.25)']
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
@@ -35,7 +35,7 @@ packages = [
]
[tool.poetry.dependencies]
python = ">=3.11"
python = ">=3.10"
[tool.poetry.group.dev.dependencies]
pytest = "^5.2"