From 000ed0d3122b1281f15198a03fa9a833765b05ca Mon Sep 17 00:00:00 2001 From: Abolfazl Shahbazi Date: Thu, 16 Mar 2023 09:21:17 -0700 Subject: [PATCH] Stay on torchvision 0.14.1 for now (#186) Signed-off-by: Abolfazl Shahbazi --- docs/Makefile | 4 ++++ intel-xai-tools/setup.py | 1 + 2 files changed, 5 insertions(+) diff --git a/docs/Makefile b/docs/Makefile index d97e0f7..d6aef92 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,3 +1,7 @@ +# +# Copyright (c) 2022 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # diff --git a/intel-xai-tools/setup.py b/intel-xai-tools/setup.py index 4ab9409..f60df5b 100644 --- a/intel-xai-tools/setup.py +++ b/intel-xai-tools/setup.py @@ -75,6 +75,7 @@ PYTORCH_PKGS = [ 'torch==1.13.1', + 'torchvision==0.14.1', ] REQUIRED_PKGS = (