From 4992361362a34aef50e2c4671c7e94b2a0c88019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matias=20Gra=C3=B1a?= Date: Wed, 22 Nov 2023 16:01:46 +0100 Subject: [PATCH] remove requirement <5.0.0 for hypothesis --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 44b78ce..262111f 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ "scipy>=0.16", ], "dev": [ - "hypothesis<5.0.0", + "hypothesis", "flake8", "hypothesis[datetime]", "mock",