cog-imperial / entmoot

Multiobjective black-box optimization using gradient-boosted trees
https://entmoot.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
56 stars 12 forks source link

Improve installation process #1

Closed marcosfelt closed 3 years ago

marcosfelt commented 4 years ago

Currently, the installation of ENTMOOT doesn't work. For example, this is the result of an attempt at installation:

[SolverProblemError]
Because entmoot (0.1.2) depends on numpy (>=1.18.4scikit-learn)
 and no versions of entmoot match >0.1.2,<0.2.0, entmoot (>=0.1.2,<0.2.0) requires numpy (>=1.18.4scikit-learn).
So, because summit depends on both numpy (1.18.0) and entmoot (^0.1.2), version solving failed.

This PR corrects the typos to make the installation work.

Also, a note about installating libomp is added to complete the installation instructions on Mac OS X (see here for more info).

Could the pypi wheel also be updated?