mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-16 20:00:57 +01:00
tensorflow v4.17.0 -> v4.19.0
This commit is contained in:
parent
2590d7d752
commit
6e9f91c48c
@ -1307,7 +1307,7 @@ https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/css/swiper.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/js/swiper.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/Swiper/5.4.5/css/swiper.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/Swiper/5.4.5/js/swiper.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/tensorflow/4.17.0/tf.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/tensorflow/4.19.0/tf.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.7/js/tether.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/tinymce/5.10.5/icons/default/icons.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/tinymce/5.10.5/jquery.tinymce.min.js
|
||||
|
@ -444,7 +444,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.17.0'; // >= v2.0.0
|
||||
if (helpers.compareVersion(version, '2.0.0')) return '4.19.0'; // >= v2.0.0
|
||||
}
|
||||
if (type.startsWith('/tether/1.')) return '1.4.7';
|
||||
if (type.startsWith('/tinymce/5.')) return '5.10.5';
|
||||
|
@ -40,6 +40,7 @@
|
||||
<li>react-intl v6.6.5 -> v6.6.6</li>
|
||||
<li>react-router v6.22.3 -> v6.23.0</li>
|
||||
<li>swagger-ui v5.15.1 -> v5.17.3</li>
|
||||
<li>tensorflow v4.17.0 -> v4.19.0</li>
|
||||
</ul>
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user