CamDavidsonPilon / Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
MIT License
26.51k stars 7.84k forks source link

Add seaborn and tensorflow to requirements.txt #455

Open austinbrian opened 5 years ago

austinbrian commented 5 years ago

Allows a user to successfully run the top setup cell of Ch1_Introduction_TFP.

TensorFlow version is pinned to 1.13.1, the version running currently in Colab.