AllenInstitute / visual_behavior_analysis

Python package for analyzing behavioral data for Brain Observatory: Visual Behavior
Other
21 stars 6 forks source link

update requires with umap and h5py #825

Closed mattjdavis closed 1 year ago

mattjdavis commented 2 years ago

addresses #822

h5py and umap are top level dependencies (but not pytables). Seems like best practices to keep install_requires to this level? Should be sufficient to prevent the import issues you described (FWIW pytables and h5py were install by pip when I did the usual setup.py, on the version before this commit).