Skip to content

Commit

Permalink
Update to version 0.2.1, pinning networkx to 2.3 or below.
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Nov 2, 2019
1 parent 31ee916 commit 064b362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -27,15 +27,15 @@
from setuptools import find_packages

setup(name='Deepcell_Tracking',
version='0.2.0',
version='0.2.1',
description='Tracking cells and lineage with deep learning.',
author='Van Valen Lab',
author_email='vanvalenlab@gmail.com',
url='https://github.com/vanvalenlab/deepcell-tracking',
download_url='https://github.com/vanvalenlab/'
'deepcell-tracking/tarball/0.2.0',
'deepcell-tracking/tarball/0.2.1',
license='LICENSE',
install_requires=['networkx',
install_requires=['networkx<=2.3',
'numpy',
'pandas',
'pathlib',
Expand Down

0 comments on commit 064b362

Please sign in to comment.