Skip to content
Snippets Groups Projects
Commit fe10a5ed authored by carlosuc3m's avatar carlosuc3m
Browse files

update pom

parent 4823044d
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
</parent>
<artifactId>deep-learning-version-manager</artifactId>
<version>1.0.1</version>
<version>1.0.0</version>
<name>Deep Learning versions manager for Icy</name>
<description>This project holds the code for the TensorFlow library manager. It allows users to download, install and select the version of TensorFlow that other plugins use in Icy.
......@@ -30,29 +30,11 @@
</build>
<dependencies>
<!-- gson library for JSON parsing -->
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>google-gson</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>dl-model-runner</artifactId>
<version>1.0.1</version>
<version>1.0.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.tensorflow/tensorflow-core-api -->
<!--<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow-core-platform-mkl</artifactId>
<version>0.2.0</version>
</dependency>-->
<!-- <dependency>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow</artifactId>
<version>1.15.0</version>
</dependency>-->
</dependencies>
<repositories>
<repository>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment