Skip to content

Commit

Permalink
Update ai-edge-litert package to nightly version
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689029635
  • Loading branch information
pak-laura authored and copybara-github committed Oct 23, 2024
1 parent a2c0a1e commit 76e52c7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions mediapipe/model_maker/python/core/utils/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ py_library(
deps = [
":quantization",
"//mediapipe/model_maker/python/core/data:dataset",
"@model_maker_pip_deps_ai_edge_litert//:pkg",
"@model_maker_pip_deps_ai_edge_litert_nightly//:pkg",
"@model_maker_pip_deps_numpy//:pkg",
"@model_maker_pip_deps_tensorflow//:pkg",
],
Expand Down Expand Up @@ -173,7 +173,7 @@ py_test(
":quantization",
":test_util",
"@model_maker_pip_deps_absl_py//:pkg",
"@model_maker_pip_deps_ai_edge_litert//:pkg",
"@model_maker_pip_deps_ai_edge_litert_nightly//:pkg",
"@model_maker_pip_deps_tensorflow//:pkg",
],
)
2 changes: 1 addition & 1 deletion mediapipe/model_maker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
absl-py
ai-edge-litert
ai-edge-litert-nightly
mediapipe>=0.10.0
numpy<2
opencv-python
Expand Down
2 changes: 1 addition & 1 deletion mediapipe/model_maker/requirements_bazel.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
absl-py
ai-edge-litert
ai-edge-litert-nightly
numpy<2
opencv-python
setuptools==70.3.0 # needed due to https://github.com/pypa/setuptools/issues/4487
Expand Down
8 changes: 5 additions & 3 deletions mediapipe/model_maker/requirements_lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ absl-py==1.4.0
# tensorflow-metadata
# tensorflow-model-optimization
# tf-slim
ai-edge-litert==1.0.1
ai-edge-litert-nightly==1.0.1.dev20241022
# via -r mediapipe/opensource_only/model_maker_requirements_bazel.txt
array-record==0.5.1
# via tensorflow-datasets
Expand Down Expand Up @@ -50,7 +50,9 @@ etils[array-types,enp,epath,epy,etqdm,etree]==1.5.2
# array-record
# tensorflow-datasets
flatbuffers==24.3.25
# via tensorflow
# via
# ai-edge-litert-nightly
# tensorflow
fonttools==4.54.1
# via matplotlib
fsspec==2024.9.0
Expand Down Expand Up @@ -122,7 +124,7 @@ ml-dtypes==0.3.2
numpy==1.26.4
# via
# -r mediapipe/opensource_only/model_maker_requirements_bazel.txt
# ai-edge-litert
# ai-edge-litert-nightly
# contourpy
# etils
# h5py
Expand Down

0 comments on commit 76e52c7

Please sign in to comment.