Skip to content

Commit 47f68a3

Browse files
committed
Switch Cellpose3Detector to Appose.pixi() for environment management
1 parent 812cf87 commit 47f68a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/mastodon/mamut/detection/cellpose/Cellpose3Detector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ protected String getPythonEnvName()
179179
@Override
180180
protected Builder< ? > getBuilder()
181181
{
182-
return Appose.mamba().scheme( "environment.yml" );
182+
return Appose.pixi();
183183
}
184184

185185
@Override

0 commit comments

Comments
 (0)