From 3403e6c02873bb0fa9f0cf410d24bbb79991e93c Mon Sep 17 00:00:00 2001 From: Przemyslaw Wysocki Date: Wed, 11 Oct 2023 14:22:26 +0200 Subject: [PATCH] Add torch lower bound (#20362) --- tests/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/constraints.txt b/tests/constraints.txt index 3d6aac51540..fca15ab7cbe 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -23,4 +23,4 @@ pytest-html==3.2.0 pytest-timeout==2.1.0 jax<=0.4.14 jaxlib<=0.4.14 -torch<2.1.0 \ No newline at end of file +torch<2.1.0,>=1.13 \ No newline at end of file