From 905959006ba61d505cd976227fe6d7d2a8791979 Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Tue, 22 Nov 2022 23:26:38 -0500 Subject: [PATCH] requirements: update torch requirement from >=1.8.0,<1.13.0 to >=1.8.0,<1.14.0 Signed-off-by: Jan Vesely --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c881f2d8b9b..ad37fb4cd73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ numpy<1.21.7, >=1.17.0 pillow<9.4.0 pint<0.21.0 toposort<1.8 -torch>=1.8.0, <1.13.0; (platform_machine == 'AMD64' or platform_machine == 'x86_64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython' +torch>=1.8.0, <1.14.0; (platform_machine == 'AMD64' or platform_machine == 'x86_64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython' typecheck-decorator<=1.2 leabra-psyneulink<=0.3.2 rich>=10.1, <10.13