Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit 000ed0d

Browse files
authored
Stay on torchvision 0.14.1 for now (#186)
Signed-off-by: Abolfazl Shahbazi <[email protected]>
1 parent 03d101b commit 000ed0d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#
2+
# Copyright (c) 2022 Intel Corporation
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
15
# you may not use this file except in compliance with the License.
26
# You may obtain a copy of the License at
37
#

intel-xai-tools/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575

7676
PYTORCH_PKGS = [
7777
'torch==1.13.1',
78+
'torchvision==0.14.1',
7879
]
7980

8081
REQUIRED_PKGS = (

0 commit comments

Comments
 (0)