Skip to content

Commit 7a28ad0

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

File tree

8 files changed

+1757
-1454
lines changed

8 files changed

+1757
-1454
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.3.3" }
88
"ray[all]" = {version = "~=2.47.0" }
99

1010
[requires]

images/runtime/ray/cuda/Pipfile.lock

Lines changed: 875 additions & 733 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.3.3" }
88
"ray[all]" = {version = "~=2.47.1"}
99

1010
[requires]

images/runtime/ray/rocm/Pipfile.lock

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

images/runtime/training/py311-cuda121-torch241/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ peft = ">=0.14.0"
99
datasets = ">=2.15.0"
1010
liger-kernel = "==0.5.4"
1111
transformers = ">=4.49.0"
12-
numpy = "<2.0.0,>=1.23.5"
12+
numpy = "<2.4.0,>=2.3.2"
1313
accelerate = ">=1.4.0"
1414
torch = "==2.4.1"
1515
sentencepiece = "<0.3,>=0.1.99"

images/runtime/training/py311-cuda124-torch251/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ peft = ">=0.15.2"
99
datasets = ">=2.15.0"
1010
liger-kernel = "==0.5.4"
1111
transformers = ">=4.51.3"
12-
numpy = "<2.0.0,>=1.23.5"
12+
numpy = "<2.4.0,>=2.3.2"
1313
accelerate = ">=1.6.0"
1414
torch = "==2.5.1"
1515
sentencepiece = "<0.3,>=0.1.99"

images/runtime/training/py311-rocm62-torch241/Pipfile

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

images/runtime/training/py311-rocm62-torch251/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ peft = ">=0.15.2"
1313
datasets = ">=2.15.0"
1414
liger-kernel = "==0.5.4"
1515
transformers = ">=4.51.3"
16-
numpy = "<2.0.0,>=1.23.5"
16+
numpy = "<2.4.0,>=2.3.2"
1717
accelerate = ">=1.6.0"
1818
torch = {version = "==2.5.1+rocm6.2", index = "pytorch"}
1919
pytorch-triton-rocm = {version = "*", index = "pytorch"}

0 commit comments

Comments
 (0)