aloctavodia / BAP

Bayesian Analysis with Python (Second Edition)
https://www.amazon.com/dp/B07HHBCR9G
MIT License
646 stars 250 forks source link

Add pip to bap.yml file #72

Closed anzelpwj closed 3 years ago

anzelpwj commented 3 years ago

I just ran conda env create -f bap.yml (conda version 4.8.3) and it complained

Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies.  Conda may not use the correct pip to install your packages, and they may end up in the wrong place.  Please add an explicit pip dependency.  I'm adding one for you, but still nagging you.

Might as well stop conda from nagging us?

anzelpwj commented 3 years ago

FWIW, I'm happy to do this if this issue is approved.

canyon289 commented 3 years ago

PAULLL!! I am so excited you are here. Thanks for reporting this bug. Keep em coming

canyon289 commented 3 years ago

And the issue is approved. Go ahead do it.