From 588bd1ee4ef9b9f274280bd1ba6e5fcd776f480e Mon Sep 17 00:00:00 2001 From: crusaderky Date: Mon, 31 Mar 2025 11:22:02 +0100 Subject: [PATCH] MAINT: require support for Array API 2024.12 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7e898020..c5508119 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pytest pytest-json-report -hypothesis>=6.68.0 +hypothesis>=6.130.5 ndindex>=1.8