From fe10a5ed354f735c9fd735a091ea37f691a90107 Mon Sep 17 00:00:00 2001 From: carlosuc3m <100329787@alumnos.uc3m.es> Date: Mon, 16 Jan 2023 18:00:13 +0100 Subject: [PATCH] update pom --- pom.xml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index 101511a..0145136 100644 --- a/pom.xml +++ b/pom.xml @@ -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> -- GitLab