Skip to content

Commit

Permalink
Added pandas module requirment
Browse files Browse the repository at this point in the history
  • Loading branch information
muhanadz committed Feb 3, 2022
1 parent 3f559af commit 0f76448
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ def read(fname):
'future',
'omero-py>=5.6.0',
'PyYAML',
'jinja2'
'jinja2',
'pandas'
],
python_requires='>=3',
tests_require=[
Expand Down

0 comments on commit 0f76448

Please sign in to comment.