Skip to content

Commit

Permalink
Fix typo setup.py deepcell-tracking version maximum. (#503)
Browse files Browse the repository at this point in the history
* Fix setup.py max range.
  • Loading branch information
willgraf authored Mar 3, 2021
1 parent 40d0988 commit c100728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
'tensorflow==2.4.1',
'jupyter>=1.0.0,<2',
'opencv-python-headless<5',
'deepcell-tracking>=0.3.1,0.4.0',
'deepcell-tracking>=0.3.1,<0.4.0',
'deepcell-toolbox>=0.9.0,<0.10.0'
],
extras_require={
Expand Down

0 comments on commit c100728

Please sign in to comment.