From 9c6c0e47245521b07b89c0b7e089ad85a3852b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Sat, 16 Mar 2024 14:27:12 +0100 Subject: [PATCH] TST: allow numpy to install in Python 3.12 CI --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 15d4d3c..127dcf3 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,6 +1,6 @@ coverage[toml]>=6.5.0 matplotlib-inline -numpy ; python_version < '3.12' +numpy ; python_version < '3.13' pytest>=6.0.2 pytest-mock>=3.5.1 schema>=0.7.2