Skip to content

Commit

Permalink
update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Oct 26, 2023
1 parent c88958d commit e8cc492
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId>
<version>36.0.0</version>
<version>37.0.0</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -125,7 +125,7 @@
<!-- NB: Deploy releases to the SciJava Maven repository. -->
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>

<dl-modelrunner.version>0.4.0</dl-modelrunner.version>
<dl-modelrunner.version>0.4.1</dl-modelrunner.version>
<tensorflow-core.version>0.2.0</tensorflow-core.version>
</properties>

Expand All @@ -147,9 +147,5 @@
<artifactId>tensorflow-core-platform</artifactId>
<version>${tensorflow-core.version}</version>
</dependency>
<dependency>
<groupId>net.imglib2</groupId>
<artifactId>imglib2</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit e8cc492

Please sign in to comment.