Skip to content

Commit

Permalink
Bump tflite-runtime from 2.5.0.post1 to 2.14.0 (#28)
Browse files Browse the repository at this point in the history
* Bump tflite-runtime from 2.5.0.post1 to 2.14.0

Bumps [tflite-runtime](https://www.tensorflow.org/lite/) from 2.5.0.post1 to 2.14.0.

---
updated-dependencies:
- dependency-name: tflite-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update requirements.txt

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: iakov <[email protected]>
  • Loading branch information
dependabot[bot] and iakov authored Jul 3, 2024
1 parent c28882f commit 1bef8c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ pyinstaller==6.8.0
lobe==0.6.2

--extra-index-url https://google-coral.github.io/py-repo/
tflite-runtime==2.5.0.post1
tflite-runtime==2.14.0; sys_platform == 'linux'
tflite-runtime==2.5.0.post1; sys_platform != 'linux'

0 comments on commit 1bef8c3

Please sign in to comment.