diff --git a/pyproject.toml b/pyproject.toml index fd1c9673d..52c237d21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ openshift-client = "1.0.18" rich = "^12.5" ray = {version = "2.5.0", extras = ["default"]} kubernetes = ">= 25.3.0, < 27" -codeflare-torchx = "0.6.0.dev0" +codeflare-torchx = "0.6.0.dev1" cryptography = "40.0.2" executing = "1.2.0" pydantic = "< 2" diff --git a/requirements.txt b/requirements.txt index 2a48812aa..c62afb19f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ openshift-client==1.0.18 rich==12.5.1 ray[default]==2.5.0 kubernetes>=25.3.0,<27 -codeflare-torchx==0.6.0.dev0 +codeflare-torchx==0.6.0.dev1 pydantic<2 # 2.0+ broke ray[default] see detail: https://github.com/ray-project/ray/pull/37000 cryptography==40.0.2 executing==1.2.0