Skip to content

Commit e8a0775

Browse files
committed
Revert "Allow current Warpy and ABBA version for QuPath 0.7.0"
This reverts commit ff4f14e.
1 parent ff4f14e commit e8a0775

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

biop-catalog-generator.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ extensionList.add(cellposeExtension)
7878

7979
// ------------------------ WARPY EXTENSION
8080
def warpyTagList = [
81-
"0.4.2": qupathVersionRange0607
81+
"0.4.2": qupathVersionRange0606
8282
]
8383
def warpyVersionList = []
8484
warpyTagList.each{tag, versionRange->
@@ -111,7 +111,7 @@ extensionList.add(warpyExtension)
111111

112112
// ------------------------ ABBA EXTENSION
113113
def abbaTagList = [
114-
"0.4.0": qupathVersionRange0607
114+
"0.4.0": qupathVersionRange0606
115115
]
116116
def abbaVersionList = []
117117
abbaTagList.each{tag, versionRange->

catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"javadoc_urls": [],
9393
"version_range": {
9494
"min": "v0.6.0",
95-
"max": "v0.7.0",
95+
"max": "v0.6.0",
9696
"excludes": []
9797
}
9898
}
@@ -120,7 +120,7 @@
120120
"javadoc_urls": [],
121121
"version_range": {
122122
"min": "v0.6.0",
123-
"max": "v0.7.0",
123+
"max": "v0.6.0",
124124
"excludes": []
125125
}
126126
}

0 commit comments

Comments
 (0)