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

update jdll version

parent 8a473dd1
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
<dependency>
<groupId>io.bioimage</groupId>
<artifactId>dl-modelrunner</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.11-SNAPSHOT</version>
</dependency>
</dependencies>
<repositories>
......
......@@ -48,7 +48,7 @@ public class DeepLearningVersionSelector extends EzPlug implements EzStoppable,
* @return map to let naive users select the wanted DL version
*/
private static Map<String, DeepLearningVersion> getDisplayMapWithoutPythonRepeated() {
List<DeepLearningVersion> allVersions = AvailableEngines.loadCompatibleOnly().getVersions();
List<DeepLearningVersion> allVersions = AvailableEngines.getForCurrentOS().getVersions();
List<DeepLearningVersion> vList = AvailableEngines.removeRepeatedPythonVersions(allVersions);
Map<String, DeepLearningVersion> map = vList.stream()
.collect(Collectors.toMap(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment