probcomp/BayesDB

ipython requirement clobbers crosscat's

Closed this issue · 0 comments

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.