josejimenezluna / pyGPGO

Bayesian optimization for Python
http://pygpgo.readthedocs.io
MIT License
241 stars 61 forks source link

Adding to Conda Forge #6

Closed lilleswing closed 6 years ago

lilleswing commented 7 years ago

Hi!

We are adding your code to DeepChem. In order to get a single conda installer we have to be able to install pyGPGO via conda. Do you have any issues with us creating a conda install on conda-forge?

Afterwords you would be able to install pyGPGO via

conda install -c conda-forge pyGPGO
josejimenezluna commented 7 years ago

Hello, @lilleswing

Fine by me. Let me know when it's available.

josejimenezluna commented 7 years ago

Hi! I've seen that you're using the latest version updated to PyPI (0.1.0.dev1). https://github.com/conda-forge/staged-recipes/pull/3458/files

This version was still a very early and I'd advise not to use it. Also, several dependencies such as cma are no longer required.

I have updated the project on PyPI to the latest version (0.3.0.dev1) so that there are no issues, but you may still need to correct version numbering and dependencies in your recipe.

josejimenezluna commented 6 years ago

Hi! Any status update on this?