We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85dfd1f commit bad1154Copy full SHA for bad1154
pyproject.toml
@@ -26,6 +26,7 @@ rich = "^12.5"
26
ray = {version = "2.1.0", extras = ["default"]}
27
kubernetes = "26.1.0"
28
codeflare-torchx = "0.6.0.dev0"
29
+executing = "1.2.0"
30
31
[tool.poetry.group.docs]
32
optional = true
requirements.txt
@@ -3,3 +3,4 @@ rich==12.5.1
3
ray[default]==2.1.0
4
kubernetes==26.1.0
5
codeflare-torchx==0.6.0.dev0
6
+executing==1.2.0
0 commit comments