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

Add missing runtime/install-time dependencies to setup.py #80

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

Conversation

musicinmybrain
Copy link

The dependencies should be part of the package metadata so that pip install, RPM dependency generators, and many other things work as expected.

This includes and builds on #76, which added setuptools for import pkg_resources; to that, I have added click, h5py, numpy, scipy, six, and tqdm.

I chose not to add a hard dependency on klustakwik2, which is needed only for the klusta.klustakwik.sparsify_features_masks() API function. Optional dependencies like this are a good fit for Extras, and adding one could be a good follow-up to this PR if development on this project picks back up at some point.

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.

2 participants