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

tensorflow v4.8.0 -> v4.10.0 (#1498)

This commit is contained in:
nobody
2023-08-02 18:54:32 +02:00
parent 2e60111d97
commit 1954508c40
5 changed files with 21 additions and 20 deletions

View File

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