diff options
Diffstat (limited to 'pytorch3d.spec')
-rw-r--r-- | pytorch3d.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pytorch3d.spec b/pytorch3d.spec index f4e8a9f..88d30a7 100644 --- a/pytorch3d.spec +++ b/pytorch3d.spec @@ -34,6 +34,7 @@ BuildRequires: python3-pyyaml BuildRequires: cmake BuildRequires: python3-typing-extensions BuildRequires: python3-requests +BuildRequires: python3-pytorch %description -n python3-pytorch3d PyTorch is a Python package that provides two high-level features: @@ -55,7 +56,7 @@ You can reuse your favorite Python packages such as NumPy, SciPy and Cython to e %build #%py3_build -/root/anaconda3/bin/python3 setup.py build +python3 setup.py build %install #%py3_install |