Pin version of ONNX runtime (#1750)
This commit is contained in:
commit
cec296ac42
3 changed files with 9 additions and 4 deletions
|
@ -41,6 +41,9 @@ class MachineLearningController {
|
|||
}
|
||||
|
||||
void onUserInteraction() {
|
||||
if (Platform.isIOS) {
|
||||
return;
|
||||
}
|
||||
if (!_isUserInteracting) {
|
||||
_logger.info("User is interacting with the app");
|
||||
_isUserInteracting = true;
|
||||
|
|
|
@ -1389,8 +1389,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: HEAD
|
||||
resolved-ref: "1318dce97f3aae5ec9bdf7491d5eff0ad6beb378"
|
||||
ref: "5f26aef45ed9f5e563c26f90c1e21b3339ed906d"
|
||||
resolved-ref: "5f26aef45ed9f5e563c26f90c1e21b3339ed906d"
|
||||
url: "https://github.com/ente-io/onnxruntime.git"
|
||||
source: git
|
||||
version: "1.1.0"
|
||||
|
|
|
@ -12,7 +12,7 @@ description: ente photos application
|
|||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
|
||||
version: 0.8.63+583
|
||||
version: 0.8.64+584
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
||||
|
@ -118,7 +118,9 @@ dependencies:
|
|||
|
||||
# open_file: ^3.2.1
|
||||
onnxruntime:
|
||||
git: "https://github.com/ente-io/onnxruntime.git"
|
||||
git:
|
||||
url: https://github.com/ente-io/onnxruntime.git
|
||||
ref: 5f26aef45ed9f5e563c26f90c1e21b3339ed906d
|
||||
open_mail_app: ^0.4.5
|
||||
package_info_plus: ^4.1.0
|
||||
page_transition: ^2.0.2
|
||||
|
|
Loading…
Add table
Reference in a new issue