Skip to content

Commit b094176

Browse files
Maxusmustiopenshift-merge-robot
authored andcommitted
Update codeflare-torchx to dev1
1 parent d39d5fb commit b094176

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ openshift-client = "1.0.18"
2525
rich = "^12.5"
2626
ray = {version = "2.5.0", extras = ["default"]}
2727
kubernetes = ">= 25.3.0, < 27"
28-
codeflare-torchx = "0.6.0.dev0"
28+
codeflare-torchx = "0.6.0.dev1"
2929
cryptography = "40.0.2"
3030
executing = "1.2.0"
3131
pydantic = "< 2"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openshift-client==1.0.18
22
rich==12.5.1
33
ray[default]==2.5.0
44
kubernetes>=25.3.0,<27
5-
codeflare-torchx==0.6.0.dev0
5+
codeflare-torchx==0.6.0.dev1
66
pydantic<2 # 2.0+ broke ray[default] see detail: https://github.com/ray-project/ray/pull/37000
77
cryptography==40.0.2
88
executing==1.2.0

0 commit comments

Comments
 (0)