From 5979067072e8e56e23e24bfae8f6643fbfab3541 Mon Sep 17 00:00:00 2001 From: Paul Varkey Date: Thu, 8 May 2025 14:56:21 -0700 Subject: [PATCH] upgrade torch version to 1.10.2, to get it to build again --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 76db4e5..ba4cb54 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -8,7 +8,7 @@ docopt pyyaml protobuf==3.5.2 grpcio==1.11.0 -torch==0.4.0 +torch==1.10.2 pandas scipy ipykernel