Skip to content

Commit

Permalink
Internal Changes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 682388397
  • Loading branch information
joezoug authored and copybara-github committed Oct 4, 2024
1 parent 5193d0c commit 41a101d
Show file tree
Hide file tree
Showing 3 changed files with 420 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ py_repositories()
load("@rules_python//python:pip.bzl", "pip_parse")
pip_parse(
name = "mediapipe_pip_deps",
requirements_lock = "@//:requirements.txt",
requirements_lock = "@//:requirements_lock.txt",
)
load("@mediapipe_pip_deps//:requirements.bzl", mp_install_deps = "install_deps")
mp_install_deps()
pip_parse(
name = "model_maker_pip_deps",
requirements_lock = "@//mediapipe/model_maker:requirements_bazel.txt",
requirements_lock = "@//mediapipe/model_maker:requirements_lock.txt",
)
load("@model_maker_pip_deps//:requirements.bzl", mm_install_deps = "install_deps")
mm_install_deps()
Expand Down
342 changes: 342 additions & 0 deletions mediapipe/model_maker/requirements_lock.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,342 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=mediapipe/opensource_only/model_maker_requirements_lock.txt mediapipe/opensource_only/model_maker_requirements_bazel.txt
#
absl-py==1.4.0
# via
# -r mediapipe/opensource_only/model_maker_requirements_bazel.txt
# array-record
# etils
# tensorboard
# tensorflow
# tensorflow-datasets
# tensorflow-metadata
# tensorflow-model-optimization
# tf-slim
array-record==0.5.1
# via tensorflow-datasets
astunparse==1.6.3
# via tensorflow
bleach==6.1.0
# via kaggle
cachetools==5.5.0
# via google-auth
certifi==2024.8.30
# via
# kaggle
# requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via tensorflow-datasets
colorama==0.4.6
# via sacrebleu
contourpy==1.3.0
# via matplotlib
cycler==0.12.1
# via matplotlib
cython==3.0.11
# via tf-models-official
dm-tree==0.1.8
# via
# tensorflow-datasets
# tensorflow-model-optimization
etils[array-types,enp,epath,epy,etqdm,etree]==1.5.2
# via
# array-record
# tensorflow-datasets
flatbuffers==24.3.25
# via tensorflow
fonttools==4.54.1
# via matplotlib
fsspec==2024.9.0
# via etils
gast==0.6.0
# via tensorflow
gin-config==0.5.0
# via tf-models-official
google-api-core==2.20.0
# via google-api-python-client
google-api-python-client==2.147.0
# via tf-models-official
google-auth==2.35.0
# via
# google-api-core
# google-api-python-client
# google-auth-httplib2
# google-auth-oauthlib
# tensorboard
google-auth-httplib2==0.2.0
# via google-api-python-client
google-auth-oauthlib==1.2.1
# via tensorboard
google-pasta==0.2.0
# via tensorflow
googleapis-common-protos==1.65.0
# via google-api-core
grpcio==1.66.2
# via
# tensorboard
# tensorflow
h5py==3.12.1
# via tensorflow
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
# oauth2client
idna==3.10
# via requests
immutabledict==4.2.0
# via tf-models-official
importlib-metadata==8.5.0
# via markdown
importlib-resources==6.4.5
# via
# etils
# matplotlib
joblib==1.4.2
# via scikit-learn
kaggle==1.6.17
# via tf-models-official
keras==2.15.0
# via tensorflow
kiwisolver==1.4.7
# via matplotlib
libclang==18.1.1
# via tensorflow
lxml==5.3.0
# via sacrebleu
markdown==3.7
# via tensorboard
markupsafe==2.1.5
# via werkzeug
matplotlib==3.9.2
# via
# pycocotools
# tf-models-official
ml-dtypes==0.3.2
# via tensorflow
numpy==1.26.4
# via
# -r mediapipe/opensource_only/model_maker_requirements_bazel.txt
# contourpy
# etils
# h5py
# matplotlib
# ml-dtypes
# opencv-python
# opencv-python-headless
# pandas
# pycocotools
# sacrebleu
# scikit-learn
# scipy
# seqeval
# tensorboard
# tensorflow
# tensorflow-datasets
# tensorflow-hub
# tensorflow-model-optimization
# tf-models-official
oauth2client==4.1.3
# via tf-models-official
oauthlib==3.2.2
# via requests-oauthlib
opencv-python==4.10.0.84
# via -r mediapipe/opensource_only/model_maker_requirements_bazel.txt
opencv-python-headless==4.10.0.84
# via tf-models-official
opt-einsum==3.4.0
# via tensorflow
packaging==24.1
# via
# matplotlib
# tensorflow
# tensorflow-addons
pandas==2.2.3
# via tf-models-official
pillow==10.4.0
# via
# matplotlib
# tf-models-official
portalocker==2.10.1
# via sacrebleu
promise==2.3
# via tensorflow-datasets
proto-plus==1.24.0
# via google-api-core
protobuf==3.20.3
# via
# google-api-core
# googleapis-common-protos
# proto-plus
# tensorboard
# tensorflow
# tensorflow-datasets
# tensorflow-hub
# tensorflow-metadata
psutil==6.0.0
# via
# tensorflow-datasets
# tf-models-official
py-cpuinfo==9.0.0
# via tf-models-official
pyasn1==0.6.1
# via
# oauth2client
# pyasn1-modules
# rsa
pyasn1-modules==0.4.1
# via
# google-auth
# oauth2client
pycocotools==2.0.8
# via tf-models-official
pyparsing==3.1.4
# via
# httplib2
# matplotlib
python-dateutil==2.9.0.post0
# via
# kaggle
# matplotlib
# pandas
python-slugify==8.0.4
# via kaggle
pytz==2024.2
# via pandas
pyyaml==6.0.2
# via tf-models-official
regex==2024.9.11
# via sacrebleu
requests==2.32.3
# via
# google-api-core
# kaggle
# requests-oauthlib
# tensorboard
# tensorflow-datasets
requests-oauthlib==2.0.0
# via google-auth-oauthlib
rsa==4.9
# via
# google-auth
# oauth2client
sacrebleu==2.4.3
# via tf-models-official
scikit-learn==1.5.2
# via seqeval
scipy==1.13.1
# via
# scikit-learn
# tf-models-official
sentencepiece==0.2.0
# via tf-models-official
seqeval==1.2.2
# via tf-models-official
six==1.16.0
# via
# astunparse
# bleach
# google-pasta
# kaggle
# oauth2client
# promise
# python-dateutil
# tensorboard
# tensorflow
# tensorflow-model-optimization
# tf-models-official
tabulate==0.9.0
# via sacrebleu
tensorboard==2.15.2
# via tensorflow
tensorboard-data-server==0.7.2
# via tensorboard
tensorflow==2.15.1
# via
# -r mediapipe/opensource_only/model_maker_requirements_bazel.txt
# tensorflow-text
# tf-keras
# tf-models-official
tensorflow-addons==0.23.0
# via -r mediapipe/opensource_only/model_maker_requirements_bazel.txt
tensorflow-datasets==4.9.3
# via
# -r mediapipe/opensource_only/model_maker_requirements_bazel.txt
# tf-models-official
tensorflow-estimator==2.15.0
# via tensorflow
tensorflow-hub==0.16.1
# via
# -r mediapipe/opensource_only/model_maker_requirements_bazel.txt
# tensorflow-text
# tf-models-official
tensorflow-io-gcs-filesystem==0.37.1
# via tensorflow
tensorflow-metadata==1.16.0
# via tensorflow-datasets
tensorflow-model-optimization==0.7.5
# via
# -r mediapipe/opensource_only/model_maker_requirements_bazel.txt
# tf-models-official
tensorflow-text==2.15.0
# via
# -r mediapipe/opensource_only/model_maker_requirements_bazel.txt
# tf-models-official
termcolor==2.4.0
# via
# tensorflow
# tensorflow-datasets
text-unidecode==1.3
# via python-slugify
tf-keras==2.15.1
# via tensorflow-hub
tf-models-official==2.15.0
# via -r mediapipe/opensource_only/model_maker_requirements_bazel.txt
tf-slim==1.1.0
# via tf-models-official
threadpoolctl==3.5.0
# via scikit-learn
toml==0.10.2
# via tensorflow-datasets
tqdm==4.66.5
# via
# etils
# kaggle
# tensorflow-datasets
typeguard==2.13.3
# via tensorflow-addons
typing-extensions==4.12.2
# via
# etils
# tensorflow
tzdata==2024.2
# via pandas
uritemplate==4.1.1
# via google-api-python-client
urllib3==2.2.3
# via
# kaggle
# requests
webencodings==0.5.1
# via bleach
werkzeug==3.0.4
# via tensorboard
wheel==0.44.0
# via astunparse
wrapt==1.14.1
# via
# tensorflow
# tensorflow-datasets
zipp==3.20.2
# via
# etils
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading

0 comments on commit 41a101d

Please sign in to comment.