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

Specify external dependencies #21

Open
shntnu opened this issue Feb 6, 2017 · 1 comment
Open

Specify external dependencies #21

shntnu opened this issue Feb 6, 2017 · 1 comment

Comments

@shntnu
Copy link
Member

shntnu commented Feb 6, 2017

A test failed because an old version of SQLite was being used by Travis. I handled this 4e45e8f by updating .travis.yml. But this should be likely handled somewhere else, probably in setup.py?
Ditto for other things we specify in addons/apt/packages.

@mcquin
Copy link
Contributor

mcquin commented Mar 5, 2018

#37 may help resolve this. pip is only for managing Python dependencies. Anaconda/conda can manage the entire environment, including non-Python dependencies such as SQLite.

(Travis will need to use the conda environment to prevent that failure from recurring.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants