probcomp / BayesDB

A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself. New implementation in http://github.com/probcomp/bayeslite
http://probcomp.csail.mit.edu/software/bayesdb/
Apache License 2.0
891 stars 52 forks source link

ipython requirement clobbers crosscat's #27

Closed fiendish closed 9 years ago

fiendish commented 10 years ago

crosscat's requirements.txt pulls ipython>=1.1.0 (currently gets 2.2.0) BayesDB requirements.txt pulls ipython==0.13.2

So the newer ipython installed by the crosscat init is overwritten with an older one by the BayesDB init.