Skip to content

Commit ac846a9

Browse files
Merge pull request #59 from alanocallaghan/towards-06
Add support for arbitrary model name, and remove Tiler
2 parents 211364d + ffc8a6d commit ac846a9

File tree

6 files changed

+86
-394
lines changed

6 files changed

+86
-394
lines changed

build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@ ext.moduleName = 'io.github.qupath.extension.wsinfer'
1212

1313
base {
1414
description = 'QuPath extension to run WSInfer models in QuPath'
15-
version = "0.3.0"
15+
version = "0.4.0"
1616
group = 'io.github.qupath'
1717
}
1818

1919
// The default 'gradle.ext.qupathVersion' reads this from settings.gradle.
2020
ext.qupathVersion = gradle.ext.qupathVersion
2121

22-
// Generally 11 for QuPath v0.4.3, but will be 17 for QuPath v0.5.0
23-
ext.qupathJavaVersion = 17
22+
ext.qupathJavaVersion = 21
2423

2524
def djlVersion = libs.versions.deepJavaLibrary.get()
2625

@@ -36,7 +35,6 @@ def djlVersion = libs.versions.deepJavaLibrary.get()
3635
* but shouldn't be bundled up for use in the extension.
3736
*/
3837
dependencies {
39-
4038
// Main QuPath user interface jar.
4139
// Automatically includes other QuPath jars as subdependencies.
4240
implementation "io.github.qupath:qupath-gui-fx:${qupathVersion}"

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66

77
rootProject.name = 'qupath-extension-wsinfer'
88

9-
gradle.ext.qupathVersion = "0.5.0"
9+
gradle.ext.qupathVersion = "0.6.0-SNAPSHOT"
1010

1111
dependencyResolutionManagement {
1212

src/main/java/qupath/ext/wsinfer/Tiler.java

Lines changed: 0 additions & 321 deletions
This file was deleted.

0 commit comments

Comments
 (0)