1
0
forked from pool/python-sparse

Accepting request 1198009 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/1198009
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sparse?expand=0&rev=17
This commit is contained in:
2024-09-02 11:13:44 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 30 14:42:24 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Unpin numpy 2
-------------------------------------------------------------------
Mon Jul 8 05:01:00 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -32,15 +32,15 @@ BuildRequires: %{python_module wheel}
# SECTION test requirements
BuildRequires: %{python_module dask-array}
BuildRequires: %{python_module numba >= 0.49}
BuildRequires: %{python_module numpy >= 1.17 with %python-numpy < 2}
BuildRequires: %{python_module numpy >= 1.17}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module scipy >= 0.19}
# /SECTION
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-numba >= 0.49
Requires: python-numpy >= 1.17
Requires: python-scipy >= 0.19
Requires: (python-numpy >= 1.17 with python-numpy < 2)
BuildArch: noarch
%python_subpackages