Accepting request 1092401 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1092401 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=51
This commit is contained in:
commit
09d40058f7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 11 19:51:26 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
- do not use %elif for python-numpy dependency condition
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 7 09:13:48 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -77,11 +77,13 @@ Obsoletes: python-pandas-doc < %{version}
|
||||
Provides: python-pandas-doc = %{version}
|
||||
%if 0%{?python_version_nodots} >= 311
|
||||
Requires: python-numpy >= 1.23.2
|
||||
%elif 0%{?python_version_nodots} >= 310
|
||||
%else
|
||||
%if 0%{?python_version_nodots} >= 310
|
||||
Requires: python-numpy >= 1.21.0
|
||||
%else
|
||||
Requires: python-numpy >= 1.20.3
|
||||
%endif
|
||||
%endif
|
||||
# SECTION extras
|
||||
Recommends: python-pandas-performance
|
||||
Suggests: python-pandas-all
|
||||
|
Loading…
x
Reference in New Issue
Block a user