AIworx-Labs / chocolate

A fully decentralized hyperparameter optimization framework
http://chocolate.readthedocs.io
BSD 3-Clause "New" or "Revised" License
120 stars 41 forks source link

Add ghalton requirement in setup.py #17

Open tobegit3hub opened 6 years ago

tobegit3hub commented 6 years ago

Add the requirement in setup.py so that we can install chocolate with pip.

leconteur commented 5 years ago

This issue comes up once in a while. The reason we do not add it is that it is only required for the quasirandom sampler and it is complicated to compile on windows. I'm going to keep this open to remind me to document it in the installation section of the documentation.