File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ dependencies:
1717 - keras>=3.0,<4
1818 - loguru
1919 - matplotlib
20+ - monai # for model testing
2021 - numpy
2122 - onnx
2223 - onnxruntime
Original file line number Diff line number Diff line change 5353 pytorch_deps
5454 + [
5555 "black" ,
56- # "crick", # currently requires python<=3.9
57- "jupyter" ,
56+ "cellpose" , # for model testing
5857 "jupyter-black" ,
58+ "jupyter" ,
5959 "matplotlib" ,
60+ "monai" , # for model testing
6061 "onnx" ,
6162 "onnxruntime" ,
6263 "packaging>=17.0" ,
63- "pre-commit" ,
6464 "pdoc" ,
65+ "pre-commit" ,
6566 "pyright==1.1.396" ,
6667 "pytest-cov" ,
6768 "pytest" ,
6869 "segment-anything" , # for model testing
6970 "timm" , # for model testing
70- "cellpose " , # for model testing
71+ # "crick ", # currently requires python<=3.9
7172 ]
7273 ),
7374 },
You can’t perform that action at this time.
0 commit comments