From 865e0ca9046f6c56c027d0d13f396796f8050831 Mon Sep 17 00:00:00 2001 From: Jihwan Eom Date: Fri, 17 Mar 2023 09:38:27 +0900 Subject: [PATCH] [FIX] Prevent torch 2.0.0 installation (#1896) * Add torchvision & torchtext in requirements/anomaly.txt with fixed version * Update requirements/anomaly.txt * Update requirements/anomaly.txt --- requirements/anomaly.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements/anomaly.txt b/requirements/anomaly.txt index 590bab4ef1d..41ff9de0a8f 100644 --- a/requirements/anomaly.txt +++ b/requirements/anomaly.txt @@ -1,4 +1,6 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # Anomaly Requirements. -anomalib==0.4.0rc2 # FIXME: -> 0.4.0 +torchvision<0.15.1 +torchtext<0.15.1 +anomalib==0.4.0 kornia==0.6.9