Skip to content

Commit

Permalink
chore(deps): update dependency numpy to v2
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Jan 25, 2025
1 parent f551ed1 commit 01e86de
Show file tree
Hide file tree
Showing 6 changed files with 3,559 additions and 3,253 deletions.
2 changes: 1 addition & 1 deletion images/runtime/ray/cuda/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
numpy = {version = "<2.0.0" }
numpy = {version = "<2.2.3" }
"ray[all]" = {version = "~=2.35.0" }

[requires]
Expand Down
3,398 changes: 1,776 additions & 1,622 deletions images/runtime/ray/cuda/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion images/runtime/ray/rocm/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
numpy = {version = "<2.0.0" }
numpy = {version = "<2.2.3" }
"ray[all]" = {version = "~=2.35.0"}

[requires]
Expand Down
3,406 changes: 1,779 additions & 1,627 deletions images/runtime/ray/rocm/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion images/runtime/training/cuda/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"
peft = "*"
datasets = ">=2.15.0"
transformers = ">=4.41.2"
numpy = "<2.0.0,>=1.23.5"
numpy = "<2.3.0,>=2.2.2"
accelerate = ">=0.34.2"
torch = "==2.4.1"
sentencepiece = "<0.3,>=0.1.99"
Expand Down
2 changes: 1 addition & 1 deletion images/runtime/training/rocm/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name = "pytorch"
peft = "*"
datasets = ">=2.15.0"
transformers = ">=4.41.2"
numpy = "<2.0.0,>=1.23.5"
numpy = "<2.3.0,>=2.2.2"
accelerate = ">=0.34.2"
torch = {version = "==2.4.1+rocm6.1", index = "pytorch"}
pytorch-triton-rocm = {version = "*", index = "pytorch"}
Expand Down

0 comments on commit 01e86de

Please sign in to comment.