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"
+2 -2
View File
@@ -6,9 +6,9 @@ version = "0.0.0"
dynamic = ["classifiers"]
readme = "README.md"
authors = [{name = "GGML", email = "ggml@ggml.ai"}]
requires-python = '>=3.11,<3.15'
requires-python = '>=3.10,<3.15'
dependencies = [
'numpy (>=2.4.6,<3.0.0)',
'numpy (>=2.2.6,<3.0.0)',
'sentencepiece (>=0.1.98,<0.3.0)',
'transformers (==4.57.6)',
'protobuf (>=4.21.0,<5.0.0)',
@@ -1,4 +1,4 @@
numpy~=2.4.6
numpy~=2.2.6
sentencepiece>=0.1.98,<0.3.0
transformers==4.57.6
@@ -1,3 +1,3 @@
numpy~=2.4.6
numpy~=2.2.6
PySide6~=6.9.0
gguf>=0.17.0
+1 -1
View File
@@ -1,5 +1,5 @@
datasets~=4.8.0
matplotlib~=3.10.0
numpy~=2.4.6
numpy~=2.2.6
requests~=2.32.3
tqdm~=4.67.1
+1 -1
View File
@@ -1,7 +1,7 @@
aiohttp~=3.9.3
pytest~=8.3.3
matplotlib~=3.10.0
numpy~=2.4.6
numpy~=2.2.6
openai~=2.14.0
pandas~=2.2.3
prometheus-client~=0.20.0
+1 -1
View File
@@ -2,7 +2,7 @@ aiohttp~=3.9.3
pytest~=8.3.3
pytest-xdist~=3.6
filelock~=3.16
numpy~=2.4.6
numpy~=2.2.6
openai~=2.14.0
prometheus-client~=0.20.0
requests~=2.32.3
+1 -1
View File
@@ -1,6 +1,6 @@
[environment]
extra-paths = ["./gguf-py", "./examples/model-conversion/scripts", "./tools/server/tests", "./scripts/snapdragon/qdc/tests"]
python-version = "3.11"
python-version = "3.10"
[rules]
deprecated = "warn"