From 6a02f58a6ba6342b9d7fb2c9d2d91baec68bd302 Mon Sep 17 00:00:00 2001 From: Stephen Jones Date: Mon, 8 Apr 2024 21:15:25 +0100 Subject: [PATCH] [docs] require python3.12 compatible numpy --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index c80d8fd7..97ec7d0b 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,5 @@ # packages required to build docs (needed by readthedocs) -numpy==1.21.5 +numpy==1.26.0 sphinx>=4.2.0 sympy==1.8 enscons==0.26