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 5c9843c commit 0fe8689Copy full SHA for 0fe8689
docs/install.rst
@@ -28,6 +28,9 @@ To install PySCIPOpt simply run the command:
28
29
TLDR: Older linux distributions may not work for newer versions of PySCIPOpt installed via pip.
30
31
+.. note:: For Mac users: PySCIPOpt versions newer than 5.1.1 installed via PyPI now only support
32
+ MACOSX 13+ for users running x86_64 architecture, and MACOSX 14+ for users running newer Apple silicon.
33
+
34
.. note:: For versions older than 4.4.0 installed via PyPI SCIP is not automatically installed.
35
This means that SCIP must be installed yourself. If it is not installed globally,
36
then the ``SCIPOPTDIR`` environment flag must be set, see :doc:`this page </build>` for more details.
0 commit comments