diff --git a/CHANGELOG.md b/CHANGELOG.md index 474b83b67..a8d580abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Removed `Py_INCREF`/`Py_DECREF` on `Model` in `catchEvent`/`dropEvent` that caused memory leak for imbalanced usage ### Changed ### Removed +- Removed outdated warning about Make build system incompatibility ## 6.1.0 - 2026.01.31 ### Added diff --git a/INSTALL.md b/INSTALL.md index 775556ef0..8e0467547 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -18,10 +18,6 @@ Suite](https://www.scipopt.org/). Please, make sure that your SCIP installation **Note that the latest PySCIPOpt version is usually only compatible with the latest major release of the SCIP Optimization Suite. See the table on the README.md page for details.** -If you install SCIP yourself and are not using the installer packages, you need to [install the -SCIP Optimization Suite using CMake](https://www.scipopt.org/doc/html/md_INSTALL.php#CMAKE). -The Makefile system is not compatible with PySCIPOpt! - If installing SCIP from source or using PyPI with a python and operating system that is not mentioned above, and SCIP is not installed in the global path, you need to specify the install location using the environment variable `SCIPOPTDIR`: diff --git a/docs/build.rst b/docs/build.rst index 7ce7f766f..2130edcc4 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -44,10 +44,6 @@ To download SCIP please either use the pre-built SCIP Optimization Suite availab * - 3.2 - 1.0 -.. note:: If you install SCIP yourself and are not using the pre-built packages, - you need to install the SCIP Optimization Suite using CMake. - The Makefile system is not compatible with PySCIPOpt! - Download Source Code ======================