Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sqlalchemy dependency #253

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Schaechtle
Copy link
Collaborator

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.

…hemy as problematic.

Conda says, when building the notebook image, that bayeslite has an indirect dependency
to sqlalchemy. However, when I make this dependency explicit, bayeslite complains that
CGPM doesn't like. Thus pushing to a branch here to see the conda  build
on travis.

Sosqlalchemy making this dependency explicit and bumping it's version should solve
the problem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant