diff options
-rw-r--r-- | pytorch.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pytorch.spec b/pytorch.spec index 73c7523..3e81df1 100644 --- a/pytorch.spec +++ b/pytorch.spec @@ -10,7 +10,10 @@ Source0: https://github.com/pytorch/pytorch/releases/download/v%{version}/pytorc Patch1: 0001-add-Wno-error-nonnull-for-test-cpp-api.patch BuildRequires: g++ Requires: python3-future -Requires: python3-numpy +Requires: python3-filelock +Requires: python3-sympy +Requires: python3-networkx +Requires: python3-fsspec %description PyTorch is a Python package that provides two high-level features: |