dflemin3 / approxposterior

A Python package for approximate Bayesian inference and optimization using Gaussian processes
https://dflemin3.github.io/approxposterior/
MIT License
41 stars 9 forks source link

conda installation is broke #32

Closed dflemin3 closed 4 years ago

dflemin3 commented 5 years ago

approxposterior v0.2rc0 depends on emcee version > 2.2.1, their rc02. Currently, that version is not available on conda-forge, hampering the conda installation. Installation using pip and from source still work, but I need to figure out the conda issue.

dflemin3 commented 4 years ago

emcee has officially made v3 the default option (see here), so I should be able to fix the feedstock!

dflemin3 commented 4 years ago

I fixed the feedstock!