From 183e71b75b0eccee483c66bb097e8b4a43f3884f Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 8 Oct 2022 06:27:31 -0700 Subject: [PATCH] Update doc requirements --- requirements/doc.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/doc.txt b/requirements/doc.txt index 64f4d287..643fc9a9 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -1,4 +1,4 @@ -numpy -matplotlib +numpy>=1.21 +matplotlib>=3.5 pydata-sphinx-theme>=0.11 -sphinx +sphinx>=5.2