Skip to content

Commit

Permalink
[UPDATE] cellpose version to 3.1.1
Browse files Browse the repository at this point in the history
- this now supports MacOS
  • Loading branch information
sophiamaedler committed Feb 16, 2025
1 parent e090883 commit 86f0ce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tqdm
numpy<2.0.0
numpy
pandas
numba
matplotlib
Expand All @@ -23,7 +23,7 @@ opencv-python
scikit-image>=0.22.0
scikit-fmm
scipy
cellpose<3.1.0
cellpose>=3.1.1

torch
pytorch-lightning
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ opencv-python
scikit-image>=0.22.0
scikit-fmm
scipy
cellpose<3.1.0
cellpose>=3.1.1

torch
pytorch-lightning
Expand Down

0 comments on commit 86f0ce6

Please sign in to comment.