From 45ef103a8ff852dd86374bda5305657e63278157 Mon Sep 17 00:00:00 2001 From: Mustafa Eyceoz Date: Sun, 10 Sep 2023 22:34:10 -0400 Subject: [PATCH] Update codeflare-torchx to dev1 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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