1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

tensorflow v4.21.0 -> v4.22.0

This commit is contained in:
nobody
2024-11-03 07:03:25 +01:00
parent 46179d3855
commit 059dec44d0
4 changed files with 4 additions and 3 deletions

View File

@@ -452,7 +452,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/Swiper/10.') || type.startsWith('/Swiper/11.') || type.startsWith('/Swiper/')) return '11.0.5';
if (type.startsWith('/tensorflow/')) {
// NOTE: Parameters swapped. (= anything greater than v2.0.0)
if (helpers.compareVersion(version, '2.0.0')) return '4.21.0'; // >= v2.0.0
if (helpers.compareVersion(version, '2.0.0')) return '4.22.0'; // >= v2.0.0
}
if (type.startsWith('/tether/1.')) return '1.4.7';
if (type.startsWith('/tinymce/5.')) return '5.10.5';