We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39d5fb commit b094176Copy full SHA for b094176
pyproject.toml
@@ -25,7 +25,7 @@ openshift-client = "1.0.18"
25
rich = "^12.5"
26
ray = {version = "2.5.0", extras = ["default"]}
27
kubernetes = ">= 25.3.0, < 27"
28
-codeflare-torchx = "0.6.0.dev0"
+codeflare-torchx = "0.6.0.dev1"
29
cryptography = "40.0.2"
30
executing = "1.2.0"
31
pydantic = "< 2"
requirements.txt
@@ -2,7 +2,7 @@ openshift-client==1.0.18
2
rich==12.5.1
3
ray[default]==2.5.0
4
kubernetes>=25.3.0,<27
5
-codeflare-torchx==0.6.0.dev0
+codeflare-torchx==0.6.0.dev1
6
pydantic<2 # 2.0+ broke ray[default] see detail: https://github.com/ray-project/ray/pull/37000
7
cryptography==40.0.2
8
executing==1.2.0
0 commit comments