From f6895410c90452977497324e1022d40c735ef2ef Mon Sep 17 00:00:00 2001 From: Ben Greiner Date: Sun, 30 Oct 2022 12:14:05 +0100 Subject: [PATCH] Update README.rst --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 1dcde8bc..df1dbc22 100644 --- a/README.rst +++ b/README.rst @@ -19,18 +19,18 @@ Riccati, Lyapunov, and Sylvester equations. Dependencies ------------ -Slycot supports Python versions 3.6 or later. +Slycot supports Python versions 3.7 or later. To run the compiled Slycot package, the following must be installed as dependencies: -- Python 3.6+ +- Python 3.7+ - NumPy If you are compiling and installing Slycot from source, you will need the following dependencies: -- 3.6+ +- Python 3.7+ - NumPy - scikit-build - CMake