Skip to content

Commit 18ae25e

Browse files
committed
Update requirements
1 parent ca006ba commit 18ae25e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ ray = {version = "2.1.0", extras = ["default"]}
2727
kubernetes = ">= 25.3.0, < 27"
2828
codeflare-torchx = "0.6.0.dev0"
2929
cryptography = "40.0.2"
30+
executing = "1.2.0"
3031

3132
[tool.poetry.group.docs]
3233
optional = true

Diff for: requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ rich==12.5.1
33
ray[default]==2.1.0
44
kubernetes>=25.3.0,<27
55
codeflare-torchx==0.6.0.dev0
6+
cryptography==40.0.2
7+
executing==1.2.0

0 commit comments

Comments
 (0)