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

Handle pandas Import Properly #51

Closed
ilan-gold opened this issue Mar 1, 2021 · 0 comments · Fixed by #55
Closed

Handle pandas Import Properly #51

ilan-gold opened this issue Mar 1, 2021 · 0 comments · Fixed by #55

Comments

@ilan-gold
Copy link
Collaborator

Currently, installing this package requires pandas because of https://github.com/vitessce/vitessce-python/blob/master/vitessce/wrappers.py#L9

We should probably either move this import into the ATAC-seq pipeline or add it here:

vitessce-python/setup.py

Lines 147 to 158 in b785f6b

install_requires=[
'ipywidgets>=7.0.0',
'hypercorn>=0.11.0',
'ujson>=4.0.1',
'aiofiles>=0.6.0',
'starlette==0.14.0',
'zarr>=2.5.0',
'numcodecs>=0.5.7',
'scipy>=1.2.1',
'negspy>=0.2.24',
'generate-tiff-offsets>=0.1.7'
],

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 a pull request may close this issue.

1 participant