Skip to content

Commit a1cd381

Browse files
committed
add monai for model testing
1 parent aa1079b commit a1cd381

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

dev/env.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,22 @@
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
},

0 commit comments

Comments
 (0)