Skip to content

Commit

Permalink
tensorflow-lite: fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Mar 31, 2024
1 parent c2defb8 commit 97b0944
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/tensorflow-lite/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions plugins/tensorflow-lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"arm64": "3.10"
},
"win32": {
"x64": "-3.9"
"x64": "3.9"
}
},
"type": "API",
Expand All @@ -53,5 +53,5 @@
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
},
"version": "0.1.49"
"version": "0.1.50"
}

0 comments on commit 97b0944

Please sign in to comment.