From 24ad3909a6fdcee12a8a70f4dd1b854783b7acbc Mon Sep 17 00:00:00 2001 From: Pierre Raybaut Date: Wed, 6 Nov 2024 15:24:52 +0100 Subject: [PATCH] Update Python version requirements in documentation --- doc/requirements.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/requirements.rst b/doc/requirements.rst index b08b901..874f3c6 100644 --- a/doc/requirements.rst +++ b/doc/requirements.rst @@ -8,13 +8,13 @@ The :mod:`guidata` package requires the following Python modules: - Version - Summary * - Python - - >=3.8, <4 + - >=3.9, <4 - Python programming language * - h5py - - >=3.0 + - >=3.1 - Read and write HDF5 files from Python * - NumPy - - >=1.21 + - >=1.19 - Fundamental package for array computing in Python * - QtPy - >=1.9