Skip to content

Commit db68fba

Browse files
committed
update model testing deps
1 parent 2cdfcf6 commit db68fba

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,15 @@ onnx = ["onnxruntime"]
4444
pytorch = ["torch>=1.6,<3", "torchvision>=0.21", "keras>=3.0,<4"]
4545
tensorflow = ["tensorflow", "keras>=2.15,<4"]
4646
dev = [
47-
"cellpose", # for model testing
47+
# "biapy", # pins core exactly
48+
"careamics",
49+
"cellpose", # for model testing
4850
"crick",
4951
"httpx",
5052
"jupyter",
5153
"keras>=3.0,<4",
5254
"matplotlib",
53-
"monai", # for model testing
55+
"monai", # for model testing
5456
"numpy",
5557
"onnx",
5658
"onnxruntime",
@@ -61,7 +63,8 @@ dev = [
6163
"pytest-cov",
6264
"pytest",
6365
"python-dotenv",
64-
"segment-anything", # for model testing
66+
"segment-anything", # for model testing
67+
# "stardist", # for model testing and stardist postprocessing # TODO: add updated stardist to dev env
6568
"tensorflow",
6669
"timm", # for model testing
6770
"torch>=1.6,<3",

0 commit comments

Comments
 (0)