From 54e5854f8001a58251abdb63f7537441e4072a4cdf7b9d97e045fc6e91e509e4 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 17 Jul 2024 04:01:16 +0000 Subject: [PATCH 1/2] - Restrict numpy to < 2 for now. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=67 --- python-plotly.changes | 5 +++++ python-plotly.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-plotly.changes b/python-plotly.changes index 695fabb..977d407 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 17 04:00:42 UTC 2024 - Steve Kowalik + +- Restrict numpy to < 2 for now. + ------------------------------------------------------------------- Sun Jun 2 14:39:59 UTC 2024 - Ben Greiner diff --git a/python-plotly.spec b/python-plotly.spec index bb92596..f9d1fc5 100644 --- a/python-plotly.spec +++ b/python-plotly.spec @@ -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 +Recommends: python-numpy < 2 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} +BuildRequires: %{python_module numpy < 2} BuildRequires: %{python_module pandas} BuildRequires: %{python_module psutil} BuildRequires: %{python_module pyshp} From 1b7eee86f281a8a24805fe7caf3f091a5ae553409d6b2ead2f81e46b19c921fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 18 Jul 2024 13:28:23 +0000 Subject: [PATCH 2/2] 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 --- python-plotly.changes | 6 ++++++ python-plotly.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-plotly.changes b/python-plotly.changes index 977d407..5a1b93b 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 18 08:19:01 UTC 2024 - Ben Greiner + +- Revert restriction. I created the patch for a reason. This one + does not even require numpy for runtime. + ------------------------------------------------------------------- Wed Jul 17 04:00:42 UTC 2024 - Steve Kowalik diff --git a/python-plotly.spec b/python-plotly.spec index f9d1fc5..bb92596 100644 --- a/python-plotly.spec +++ b/python-plotly.spec @@ -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}