Skip to content

Commit 01e86de

Browse files
chore(deps): update dependency numpy to v2
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent f551ed1 commit 01e86de

File tree

6 files changed

+3559
-3253
lines changed

6 files changed

+3559
-3253
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.3" }
88
"ray[all]" = {version = "~=2.35.0" }
99

1010
[requires]

images/runtime/ray/cuda/Pipfile.lock

Lines changed: 1776 additions & 1622 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.3" }
88
"ray[all]" = {version = "~=2.35.0"}
99

1010
[requires]

images/runtime/ray/rocm/Pipfile.lock

Lines changed: 1779 additions & 1627 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
@@ -7,7 +7,7 @@ name = "pypi"
77
peft = "*"
88
datasets = ">=2.15.0"
99
transformers = ">=4.41.2"
10-
numpy = "<2.0.0,>=1.23.5"
10+
numpy = "<2.3.0,>=2.2.2"
1111
accelerate = ">=0.34.2"
1212
torch = "==2.4.1"
1313
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
@@ -12,7 +12,7 @@ name = "pytorch"
1212
peft = "*"
1313
datasets = ">=2.15.0"
1414
transformers = ">=4.41.2"
15-
numpy = "<2.0.0,>=1.23.5"
15+
numpy = "<2.3.0,>=2.2.2"
1616
accelerate = ">=0.34.2"
1717
torch = {version = "==2.4.1+rocm6.1", index = "pytorch"}
1818
pytorch-triton-rocm = {version = "*", index = "pytorch"}

0 commit comments

Comments
 (0)