Skip to content

Commit

Permalink
Add matplotlib to setup.py (#610)
Browse files Browse the repository at this point in the history
* Add matplotlib to setup.py

* Bump version to 0.12.2

* Missing comma
  • Loading branch information
msschwartz21 authored Jun 11, 2022
1 parent 79fbf61 commit ab23e0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deepcell/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
__title__ = 'DeepCell'
__description__ = 'Deep learning for single cell image segmentation'
__url__ = 'https://github.com/vanvalenlab/deepcell-tf'
__version__ = '0.12.1'
__version__ = '0.12.2'
__download_url__ = '{}/tarball/{}'.format(__url__, __version__)
__author__ = 'The Van Valen Lab'
__author_email__ = '[email protected]'
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
'tensorflow_addons~=0.16.1',
'spektral~=1.0.4',
'jupyter>=1.0.0,<2',
'matplotlib',
'opencv-python-headless<5',
'deepcell-tracking~=0.6.1',
'deepcell-toolbox~=0.11.2'
Expand Down

0 comments on commit ab23e0e

Please sign in to comment.