mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-17 20:31:47 +02:00
py : bump numpy to 2.4.6 (#28649)
This commit is contained in:
@@ -6,8 +6,8 @@ keywords = ["ggml", "gguf", "llama.cpp"]
|
|||||||
dynamic = ["classifiers"]
|
dynamic = ["classifiers"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{name = "GGML", email = "ggml@ggml.ai"}]
|
authors = [{name = "GGML", email = "ggml@ggml.ai"}]
|
||||||
requires-python = '>=3.10'
|
requires-python = '>=3.11'
|
||||||
dependencies = ['numpy (>=1.17)', 'tqdm (>=4.27)', 'pyyaml (>=5.1)', 'requests (>=2.25)']
|
dependencies = ['numpy (>=2.4.6)', 'tqdm (>=4.27)', 'pyyaml (>=5.1)', 'requests (>=2.25)']
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
@@ -35,7 +35,7 @@ packages = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.10"
|
python = ">=3.11"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
pytest = "^5.2"
|
pytest = "^5.2"
|
||||||
|
|||||||
+2
-2
@@ -6,9 +6,9 @@ version = "0.0.0"
|
|||||||
dynamic = ["classifiers"]
|
dynamic = ["classifiers"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{name = "GGML", email = "ggml@ggml.ai"}]
|
authors = [{name = "GGML", email = "ggml@ggml.ai"}]
|
||||||
requires-python = '>=3.10,<3.15'
|
requires-python = '>=3.11,<3.15'
|
||||||
dependencies = [
|
dependencies = [
|
||||||
'numpy (>=1.26.4,<3.0.0)',
|
'numpy (>=2.4.6,<3.0.0)',
|
||||||
'sentencepiece (>=0.1.98,<0.3.0)',
|
'sentencepiece (>=0.1.98,<0.3.0)',
|
||||||
'transformers (==4.57.6)',
|
'transformers (==4.57.6)',
|
||||||
'protobuf (>=4.21.0,<5.0.0)',
|
'protobuf (>=4.21.0,<5.0.0)',
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
numpy~=1.26.4
|
numpy~=2.4.6
|
||||||
sentencepiece>=0.1.98,<0.3.0
|
sentencepiece>=0.1.98,<0.3.0
|
||||||
|
|
||||||
transformers==4.57.6
|
transformers==4.57.6
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
numpy~=1.26.4
|
numpy~=2.4.6
|
||||||
PySide6~=6.9.0
|
PySide6~=6.9.0
|
||||||
gguf>=0.17.0
|
gguf>=0.17.0
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
datasets~=4.8.0
|
datasets~=4.8.0
|
||||||
matplotlib~=3.10.0
|
matplotlib~=3.10.0
|
||||||
numpy~=1.26.4
|
numpy~=2.4.6
|
||||||
requests~=2.32.3
|
requests~=2.32.3
|
||||||
tqdm~=4.67.1
|
tqdm~=4.67.1
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
aiohttp~=3.9.3
|
aiohttp~=3.9.3
|
||||||
pytest~=8.3.3
|
pytest~=8.3.3
|
||||||
matplotlib~=3.10.0
|
matplotlib~=3.10.0
|
||||||
numpy~=1.26.4
|
numpy~=2.4.6
|
||||||
openai~=2.14.0
|
openai~=2.14.0
|
||||||
pandas~=2.2.3
|
pandas~=2.2.3
|
||||||
prometheus-client~=0.20.0
|
prometheus-client~=0.20.0
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ aiohttp~=3.9.3
|
|||||||
pytest~=8.3.3
|
pytest~=8.3.3
|
||||||
pytest-xdist~=3.6
|
pytest-xdist~=3.6
|
||||||
filelock~=3.16
|
filelock~=3.16
|
||||||
numpy~=1.26.4
|
numpy~=2.4.6
|
||||||
openai~=2.14.0
|
openai~=2.14.0
|
||||||
prometheus-client~=0.20.0
|
prometheus-client~=0.20.0
|
||||||
requests~=2.32.3
|
requests~=2.32.3
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[environment]
|
[environment]
|
||||||
extra-paths = ["./gguf-py", "./examples/model-conversion/scripts", "./tools/server/tests", "./scripts/snapdragon/qdc/tests"]
|
extra-paths = ["./gguf-py", "./examples/model-conversion/scripts", "./tools/server/tests", "./scripts/snapdragon/qdc/tests"]
|
||||||
python-version = "3.10"
|
python-version = "3.11"
|
||||||
|
|
||||||
[rules]
|
[rules]
|
||||||
deprecated = "warn"
|
deprecated = "warn"
|
||||||
|
|||||||
Reference in New Issue
Block a user