Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.rst
  • Loading branch information
bnavigator authored Oct 30, 2022
commit f6895410c90452977497324e1022d40c735ef2ef
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down