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).
Currently, the installation of ENTMOOT doesn't work. For example, this is the result of an attempt at installation:
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?