We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73cdb54 commit 85f6649Copy full SHA for 85f6649
pyproject.toml
@@ -25,4 +25,4 @@ openshift-client = "1.0.18"
25
rich = "^12.5"
26
ray = {version = "2.1.0", extras = ["default"]}
27
kubernetes = "26.1.0"
28
-torchx = {git = "https://github.com/project-codeflare/torchx", rev = "OCP"}
+codeflare-torchx = "0.5.0.dev0"
requirements.txt
@@ -2,4 +2,4 @@ openshift-client==1.0.18
2
rich==12.5.1
3
ray[default]==2.1.0
4
kubernetes==26.1.0
5
-git+https://github.com/project-codeflare/torchx@OCP
+codeflare-torchx==v0.5.0.dev0
0 commit comments