Skip to content

Commit

Permalink
Merge pull request #1585 from ethanwhite/new-deps
Browse files Browse the repository at this point in the history
h5py and Pillow had been added as dependencies but not yet in setup.py
  • Loading branch information
henrykironde committed Apr 14, 2021
2 parents a304ac3 + 8362ee2 commit 1821380
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ def read(*names, **kwargs):
'argcomplete',
'tqdm',
'requests',
'pandas'
'pandas',
'h5py',
'Pillow'
],
data_files=[('', ['CITATION'])],
setup_requires=[],
Expand Down

0 comments on commit 1821380

Please sign in to comment.