Accepting request 1188353 from home:bnavigator:branches:devel:languages:python:numeric

- Revert restriction. I created the patch for a reason. This one
  does not even require numpy for runtime.

OBS-URL: https://build.opensuse.org/request/show/1188353
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=68
This commit is contained in:
2024-07-18 13:28:23 +00:00
committed by Git OBS Bridge
parent 54e5854f80
commit 1b7eee86f2
2 changed files with 8 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ Requires: python-packaging
Requires: python-tenacity >= 6.2.0
Recommends: python-ipython
Recommends: python-matplotlib >= 2.2.2
Recommends: python-numpy < 2
Recommends: python-numpy
Recommends: python-pandas
Recommends: python-scipy
BuildArch: noarch
@@ -60,7 +60,7 @@ BuildRequires: %{python_module ipython}
BuildRequires: %{python_module ipywidgets}
BuildRequires: %{python_module jupyter}
BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module numpy < 2}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pandas}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pyshp}