diff options
-rw-r--r-- | torchvision.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/torchvision.spec b/torchvision.spec index a2f293b..5dc7afc 100644 --- a/torchvision.spec +++ b/torchvision.spec @@ -8,6 +8,9 @@ Source: https://github.com/pytorch/vision/archive/refs/tags/v0.16.2.tar.gz URL: https://github.com/pytorch/vision BuildRoot: %{_tmppath}/%{name}-buildroot +Requires: python3-pytorch +Requires: python3-requests + %description Torchvision is a PyTorch add-on that provides access to: - Datasets (MNIST, CIFAR10, etc.) |