From bbfac07fe63458af42550f9196d3274d4f85ae2a Mon Sep 17 00:00:00 2001 From: nmannall Date: Tue, 18 Jun 2024 11:00:33 +0100 Subject: [PATCH] Limit numpy to version less than 2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fcd838ba..a2300d99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ jinja2 jupyter matplotlib # mpi4py -numpy +numpy<2 numpy-stl pandas pre-commit