diff options
author | CoprDistGit <infra@openeuler.org> | 2024-01-28 14:23:30 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-01-28 14:23:30 +0000 |
commit | 05a2a360ce58c1fbc835beca3f93713216945626 (patch) | |
tree | 27c235516b5059bb2415e6342d237248e2552bca | |
parent | 45d1114833e0591276683ceac9d452e454e00cd8 (diff) |
automatic import of python-torchvisionopeneuler23.09
-rw-r--r-- | python-torchvision.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-torchvision.spec b/python-torchvision.spec index 3da79e7..1999bde 100644 --- a/python-torchvision.spec +++ b/python-torchvision.spec @@ -8,7 +8,6 @@ URL: https://pytorch.org/vision/stable/index.html Source0: https://github.com/pytorch/vision/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Requires: python3 >= 3.8 -Requires: python3-pytorch == 2.1 %description PyTorchVision is a computer vision library based on PyTorch. This package provides tools and pre-trained models for various computer vision tasks. @@ -18,9 +17,10 @@ Summary: Tensors and Dynamic neural networks in Python with strong GPU accelerat Provides: python-torchvision BuildRequires: python3-devel BuildRequires: python3-setuptools -#BuildRequires: python3-setuptools_scm +BuildRequires: python3-setuptools_scm BuildRequires: python3-pip BuildRequires: python3-wheel +BuildRequires: python3-pytorch %description -n python3-torchvision The torchvision package consists of popular datasets, model architectures, and common image transformations for computer vision. |