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 b6c93a3 commit e65e8e5
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>34.1.0</version>
<version>37.0.0</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -126,7 +126,7 @@
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>

<djl-api.version>0.22.1</djl-api.version>
<dl-modelrunner.version>0.4.0</dl-modelrunner.version>
<dl-modelrunner.version>0.4.1</dl-modelrunner.version>
<pytorch-engine.version>0.22.1</pytorch-engine.version>
<pytorch-jni.version>2.0.0-0.22.1</pytorch-jni.version>
</properties>
Expand Down Expand Up @@ -160,10 +160,6 @@
<artifactId>pytorch-jni</artifactId>
<version>${pytorch-jni.version}</version>
</dependency>
<dependency>
<groupId>net.imglib2</groupId>
<artifactId>imglib2</artifactId>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
Expand Down

0 comments on commit e65e8e5

Please sign in to comment.