From 14a76e0fafe96c1ac9654e61c5b659578993b864 Mon Sep 17 00:00:00 2001 From: Jordao Bragantini Date: Mon, 30 Dec 2024 08:28:08 -0800 Subject: [PATCH] undoing pytorch changes --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 27bdcec..2428b25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "seaborn >=0.13.0", "SQLAlchemy >=2.0.0", "toml >=0.10.2", - "torch >=2.4.0", + "torch >=2.0.1", "urllib3", "uvicorn >= 0.27.0.post1", "websocket >= 0.2.1", @@ -109,7 +109,7 @@ scikit-image = ">=0.21.0" seaborn = ">=0.13.0" SQLAlchemy = ">=2.0.0" toml = ">=0.10.2" -pytorch = {version = ">=2.4.0", channel = "pytorch"} +pytorch = {version = ">=2.0.1", channel = "pytorch"} urllib3 = "*" uvicorn = ">= 0.27.0.post1" websocket = ">= 0.2.1"