Skip to content

Commit

Permalink
Moving to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sjcross committed May 10, 2022
1 parent b5f1ecb commit e89e5b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<artifactId>MIA_DeepLearning</artifactId>
<groupId>io.github.mianalysis</groupId>
<version>1.0.1</version>
<version>1.0.2</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.github.mianalysis</groupId>
<artifactId>mia</artifactId>
<version>v0.21.15</version>
<version>v1.0.0</version>
<scope>${scp}</scope>
<!-- <groupId>io.github.mianalysis</groupId>
<artifactId>mia</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

import de.csbdresden.stardist.Candidates;
import de.csbdresden.stardist.Opt;
import de.csbdresden.stardist.StarDist2D;
import de.csbdresden.stardist.StarDist2DModel;
import de.csbdresden.stardist.Utils;
import ij.ImagePlus;
Expand Down Expand Up @@ -51,9 +50,9 @@
import io.github.mianalysis.mia.object.refs.collections.ParentChildRefs;
import io.github.mianalysis.mia.object.refs.collections.PartnerRefs;
import io.github.mianalysis.mia.object.units.TemporalUnit;
import io.github.sjcross.common.exceptions.IntegerOverflowException;
import io.github.sjcross.common.object.volume.SpatCal;
import io.github.sjcross.common.object.volume.VolumeType;
import io.github.sjcross.sjcommon.exceptions.IntegerOverflowException;
import io.github.sjcross.sjcommon.object.volume.SpatCal;
import io.github.sjcross.sjcommon.object.volume.VolumeType;
import net.imagej.Dataset;
import net.imagej.DatasetService;
import net.imagej.DefaultDataset;
Expand Down

0 comments on commit e89e5b3

Please sign in to comment.