Skip to content

Commit f5232e3

Browse files
Update dependency numpy to v2
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 97f1712 commit f5232e3

File tree

6 files changed

+3704
-3360
lines changed

6 files changed

+3704
-3360
lines changed

images/runtime/ray/cuda/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
numpy = {version = "<2.0.0" }
7+
numpy = {version = "<2.2.4" }
88
"ray[all]" = {version = "~=2.35.0" }
99

1010
[requires]

images/runtime/ray/cuda/Pipfile.lock

Lines changed: 1848 additions & 1675 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/runtime/ray/rocm/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
numpy = {version = "<2.0.0" }
7+
numpy = {version = "<2.2.4" }
88
"ray[all]" = {version = "~=2.35.0"}
99

1010
[requires]

images/runtime/ray/rocm/Pipfile.lock

Lines changed: 1852 additions & 1681 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/runtime/training/cuda/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bitsandbytes = ">=0.45.3"
88
peft = ">=0.14.0"
99
datasets = ">=2.15.0"
1010
transformers = ">=4.49.0"
11-
numpy = "<2.0.0,>=1.23.5"
11+
numpy = "<2.3.0,>=2.2.3"
1212
accelerate = ">=1.4.0"
1313
torch = "==2.4.1"
1414
sentencepiece = "<0.3,>=0.1.99"

images/runtime/training/rocm/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bitsandbytes = ">=0.45.3"
1313
peft = ">=0.14.0"
1414
datasets = ">=2.15.0"
1515
transformers = ">=4.49.0"
16-
numpy = "<2.0.0,>=1.23.5"
16+
numpy = "<2.3.0,>=2.2.3"
1717
accelerate = ">=1.4.0"
1818
torch = {version = "==2.4.1+rocm6.1", index = "pytorch"}
1919
pytorch-triton-rocm = {version = "*", index = "pytorch"}

0 commit comments

Comments
 (0)