probcomp / cgpm

Library of composable generative population models which serve as the modeling and inference backend of BayesDB.
Apache License 2.0
25 stars 11 forks source link

Fix sqlalchemy dependency #253

Open Schaechtle opened 4 years ago

Schaechtle commented 4 years ago

We got a requirement by our industrial collaborator to bump the version of sqlalchemy. sqlalchemy is a dependency of CGPM. I tracked this down to CGPM through our build system (when I set the sqlalchemy version in our image itself -- Conda's sat solver found incompatibility with Bayeslite. When I set the version in Bayeslite Conda's sat solver found incompatibility CGPM. CGPM seems to be happy with an upgraded version.