diff --git a/python-hypothesis.changes b/python-hypothesis.changes index bc22f81..3e555ba 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -84,6 +84,7 @@ Sat Nov 16 16:45:50 UTC 2024 - Matej Cepl - This patch fixes a regression from version 6.115.2 where generating values from integers() with certain values for min_value and max_value would error. +- Require numpy >= 2. ------------------------------------------------------------------- Wed Oct 23 11:11:01 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 9da887f..d6bd66c 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -69,7 +69,7 @@ Recommends: python-click >= 7.0 Recommends: python-dpcontracts >= 0.4 Recommends: python-lark >= 0.10.1 Recommends: python-libcst >= 0.3.16 -Recommends: python-numpy >= 1.19.3 +Recommends: python-numpy >= 2 Recommends: python-pandas >= 1.1 Recommends: python-pytest >= 4.6 Recommends: python-python-dateutil >= 1.4 @@ -87,7 +87,7 @@ BuildRequires: %{python_module dpcontracts >= 0.4} BuildRequires: %{python_module flaky} BuildRequires: %{python_module lark >= 0.10.1} BuildRequires: %{python_module libcst >= 0.3.16} -BuildRequires: %{python_module numpy >= 1.19.3} +BuildRequires: %{python_module numpy >= 2} BuildRequires: %{python_module pexpect} BuildRequires: %{python_module pytest >= 4.6} BuildRequires: %{python_module pytest-xdist}