diff options
-rw-r--r-- | python-torchrl.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-torchrl.spec b/python-torchrl.spec index 82cda30..7974b74 100644 --- a/python-torchrl.spec +++ b/python-torchrl.spec @@ -7,7 +7,6 @@ License: MIT URL: https://pypi.org/project/torchrl/ Source0: https://github.com/pytorch/rl/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -Requires: python3-pytorch Requires: python3-pytorch_package_dep Requires: python3-numpy Requires: python3-packaging @@ -28,6 +27,7 @@ BuildRequires: python3-pip BuildRequires: python3-setuptools BuildRequires: python3-wheel BuildRequires: python3-ninja +BuildRequires: python3-pytorch #BuildRequires: python3-hatchling |