diff --git a/python-typish.changes b/python-typish.changes index 76260b0..e2aa88f 100644 --- a/python-typish.changes +++ b/python-typish.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 18 13:50:32 UTC 2024 - Matej Cepl + +- Because of nptyping, this package is not compatible with NumPy 2.* + ------------------------------------------------------------------- Thu Jun 20 09:50:02 UTC 2024 - Andreas Färber diff --git a/python-typish.spec b/python-typish.spec index 07bafea..8d6d7bc 100644 --- a/python-typish.spec +++ b/python-typish.spec @@ -25,7 +25,7 @@ URL: https://github.com/ramonhagenaars/typish Source: https://github.com/ramonhagenaars/typish/archive/refs/tags/v%{version}.tar.gz#/typish-%{version}-gh.tar.gz BuildRequires: %{python_module nptyping >= 1.3.0} # Tests -BuildRequires: %{python_module numpy} +BuildRequires: %{python_module numpy1} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools}