From c5aa93336b88706706518894cb99190e2f408ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20de=20Menten?= Date: Tue, 23 Jul 2024 16:00:53 +0200 Subject: [PATCH] MAINT/DOC: pin numpy to <2 on readthedocs to hopefully fix doc building --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index f59c8ac3b..d593ca985 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,5 @@ # dependencies to run larray tutorials (via nbsphinx) -numpy >=1.22 +numpy >=1.22, <2.0.0 pandas >=0.20 matplotlib tables # ==pytables