acerbilab / pyvbmc

PyVBMC: Variational Bayesian Monte Carlo algorithm for posterior and model inference in Python
https://acerbilab.github.io/pyvbmc/
BSD 3-Clause "New" or "Revised" License
114 stars 6 forks source link

fix: add required packages and fix pip syntax #34

Closed Solosneros closed 2 years ago

Solosneros commented 2 years ago

I added some packages to the requirements.txt that have been missing before. Also, I fixed a bug with a new pip version that requires a different syntax in the environment.yml (see: https://github.com/SymbiFlow/symbiflow-examples/issues/169#issuecomment-889706758)