Skip to content

DOC: rename OSX -> macOS as it is the new name #1349

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 21, 2021
Merged
Changes from all commits
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
18 changes: 9 additions & 9 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ need:

* SWIG (`get SWIG here <http://www.swig.org/survey.html>`_).

For an explanation of missing Microsoft Windows and MAC OSX support please
check the Section `Windows/OSX compatibility`_.
For an explanation of missing Microsoft Windows and macOS support please
check the Section `Windows/macOS compatibility`_.

Installing auto-sklearn
=======================
Expand Down Expand Up @@ -101,8 +101,8 @@ for more information about Conda forge check
`conda-forge documentations <https://conda-forge.org/docs/>`_.


Windows/OSX compatibility
=========================
Windows/macOS compatibility
===========================

Windows
~~~~~~~
Expand All @@ -120,15 +120,15 @@ Possible solutions:
* docker image


Mac OSX
~~~~~~~
macOS
~~~~~

We currently do not know if *auto-sklearn* works on OSX. There are at least two
issues holding us back from actively supporting OSX:
We currently do not know if *auto-sklearn* works on macOS. There are at least two
issues holding us back from actively supporting macOS:

* The ``resource`` module cannot enforce a memory limit on a Python process
(see `SMAC3/issues/115 <https://github.com/automl/SMAC3/issues/115>`_).
* Not all dependencies we are using are set up to work on OSX.
* Not all dependencies we are using are set up to work on macOS.

In case you're having issues installing the `pyrfr package <https://github.com/automl/random_forest_run>`_, check out
`this installation suggestion on github <https://github.com/automl/auto-sklearn/issues/360#issuecomment-335150470>`_.
Expand Down