summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-01-29 04:41:40 +0000
committerCoprDistGit <infra@openeuler.org>2024-01-29 04:41:40 +0000
commit9f8925cc86c281a9187066b6d9830fd7fb864a44 (patch)
tree0b56c17c54633867e80ac603653be99b215520a9
parent8dfb995a43e5a842cb790f3546b3ce5068bec9eb (diff)
automatic import of python-torchtextopeneuler23.09
-rw-r--r--python-torchtext.spec3
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}