From 3a505d7a88182f61861a62a2f8e3b62c9b051c71 Mon Sep 17 00:00:00 2001 From: Fabi Date: Thu, 3 Oct 2024 17:14:35 +0200 Subject: [PATCH] updated optional dependencies --- doc/source/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index b903d4d..e38605f 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -43,8 +43,8 @@ The required dependencies for installing PyRASA are: .. code:: - numpy - pandas + numpy>=1.26, <3 + pandas>=2.1, <3 scipy>=1.12 attrs