From 5f3c350b1e48bfa336871b104bb87df080e4f770 Mon Sep 17 00:00:00 2001 From: gordonwwang Date: Mon, 4 Sep 2023 15:03:52 +0800 Subject: [PATCH] Update BuildRequires: Cython3 --- python-scikit-learn.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-scikit-learn.spec b/python-scikit-learn.spec index b59a179..9a2bc63 100644 --- a/python-scikit-learn.spec +++ b/python-scikit-learn.spec @@ -7,7 +7,7 @@ Summary: Machine learning in Python Name: python-scikit-learn Version: 1.1.2 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD and MIT URL: http://scikit-learn.org/ Source0: %{pypi_source} @@ -22,7 +22,8 @@ scientific and engineering field. %package -n python3-%{srcname} Summary: %{summary} -BuildRequires: %{py3_dist Cython numpy scipy} +BuildRequires: %{py3_dist numpy scipy} +BuildRequires: python3-Cython %if %{with check} BuildRequires: python3-pytest BuildRequires: %{py3_dist joblib} python3-threadpoolctl >= 2.0.0 @@ -72,6 +73,9 @@ popd %{python3_sitearch}/scikit_learn-*.egg-info %changelog +* Mon Sep 04 2023 Wang Guodong - 1.1.2-3 +- Update BuildRequires: Cython3 + * Fri Apr 28 2023 OpenCloudOS Release Engineering - 1.1.2-2 - Rebuilt for OpenCloudOS Stream 23.05 -- Gitee