diff options
-rw-r--r-- | python-torchtext.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python-torchtext.spec b/python-torchtext.spec index fe04130..ef4c234 100644 --- a/python-torchtext.spec +++ b/python-torchtext.spec @@ -17,10 +17,10 @@ Requires: python3-pytorch_package_dep Requires: python3-numpy Requires: python3-torchdata_package_dep Requires: python3-scipy -Requires: python3-torch >= 1.13.1 Requires: python3-pyro-ppl >= 1.8.4 Requires: python3-gpytorch >= 1.11 Requires: python3-linear_operator == 0.5.1 +Requires: python3-pytorch >= 1.13.1 %description The torchtext package consists of data processing utilities and popular datasets for natural language. @@ -34,6 +34,7 @@ BuildRequires: python3-setuptools_scm BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-hatchling +BuildRequires: python3-pytorch >= 1.13.1 %description -n python3-%{pypi_name} |