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}