Skip to content

Commit 50b48f3

Browse files
committed
build(deps): relax torch floor to >=2.12
litert-torch 0.9.1 (latest on PyPI) requires torch<2.13.0, so a torch>=2.13 floor is unresolvable in CI until litert-torch 0.10 is published.
1 parent c2f23b8 commit 50b48f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tensorflow-text>=2.20.1;platform_system != 'Windows'
66
# Torch.
77
--extra-index-url https://download.pytorch.org/whl/cpu
88
litert-torch
9-
torch>=2.13
9+
torch>=2.12
1010

1111
# Jax.
1212
jax[cpu]

0 commit comments

Comments
 (0)