From d6bc45b310c9aa332b433d66532d90e41619f4bb Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Mon, 17 Jun 2024 13:48:26 +0100 Subject: [PATCH] cap numpy to less than 2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c943243656..2050647a63 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ requires = pip >= 19.0.0 deps = setuptools pre-commit - numpy>=1.9 + numpy>=1.9,<2 pytest PyYAML tables