We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa1d5c commit 302a0c3Copy full SHA for 302a0c3
doc/install.rst
@@ -29,9 +29,9 @@ Requirements
29
~~~~~~~~~~~~
30
pyOptSparse has the following dependencies:
31
32
-* Python 3.7 or 3.8, though other Python 3 versions will likely work
33
-* C and Fortran compilers.
34
- We recommend ``gcc`` and ``gfortran`` which can be installed via the package manager for your operating system.
+* Python 3.10+
+* Fortran compilers
+ We recommend ``gfortran`` which can be installed via the package manager for your operating system.
35
36
Please make sure these are installed and available for use.
37
Python dependencies are automatically handled by ``pip``, so they do not need to be installed separately.
0 commit comments