Skip to content

Commit b928c0b

Browse files
authored
Cellpose version below 3 (#235)
* Update setup.py * Update setup.py
1 parent fd9f3cf commit b928c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
]
1212

1313
cellpose_deps = [
14-
"cellpose>=1.0.2"
14+
"cellpose>=1.0.2,<3.0"
1515
]
1616

1717
omnipose_deps = [

0 commit comments

Comments
 (0)