From e0b53dfa8420ebdaee211981900429c1541b3408 Mon Sep 17 00:00:00 2001 From: billsioros Date: Tue, 11 Jul 2023 09:36:59 +0300 Subject: [PATCH] fix: frozen dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42e2a7f..e824614 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ ray = ">=2.5.1" click = ">=8.1.3" rich = ">=13.4.2" pyinsect = {git = "https://github.com/ggianna/PyINSECT"} -torch = "1.13.1" +torch = "1.9.0" torchvision = "0.10.0" kaleido = "0.2.1"