We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80c1f2 commit 6b3f55fCopy full SHA for 6b3f55f
pyproject.toml
@@ -26,6 +26,7 @@ rich = "^12.5"
26
ray = {version = "2.1.0", extras = ["default"]}
27
kubernetes = ">= 25.3.0, < 27"
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>=25.3.0,<27
5
codeflare-torchx==0.6.0.dev0
6
+executing==1.2.0
0 commit comments