Skip to content

Commit 9647455

Browse files
committed
Update requirements
1 parent 41320ea commit 9647455

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.5.0", extras = ["default"]}
2727
kubernetes = "25.3.0"
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
@@ -4,3 +4,5 @@ ray[default]==2.5.0
44
kubernetes>=25.3.0,<27
55
codeflare-torchx==0.6.0.dev0
66
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

Comments
 (0)