From 0fe86893d381ffe1f53ddc2b18f98e8e584dea98 Mon Sep 17 00:00:00 2001 From: Mark Turner Date: Thu, 31 Oct 2024 11:11:04 +0100 Subject: [PATCH] Add flag warning mac users of new osx requirements --- docs/install.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index d9cc7613b..56fd18ff9 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -28,6 +28,9 @@ To install PySCIPOpt simply run the command: TLDR: Older linux distributions may not work for newer versions of PySCIPOpt installed via pip. +.. note:: For Mac users: PySCIPOpt versions newer than 5.1.1 installed via PyPI now only support + MACOSX 13+ for users running x86_64 architecture, and MACOSX 14+ for users running newer Apple silicon. + .. note:: For versions older than 4.4.0 installed via PyPI SCIP is not automatically installed. This means that SCIP must be installed yourself. If it is not installed globally, then the ``SCIPOPTDIR`` environment flag must be set, see :doc:`this page ` for more details.