No public description

PiperOrigin-RevId: 645418135
This commit is contained in:
MediaPipe Team 2024-06-21 09:47:29 -07:00 committed by Copybara-Service
parent 72a0f57795
commit db22baa890
3 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ RUN ln -sf /usr/bin/clang-format-16 /usr/bin/clang-format
RUN pip3 install --upgrade setuptools
RUN pip3 install wheel
RUN pip3 install future
RUN pip3 install absl-py numpy jax[cpu] opencv-contrib-python protobuf==3.20.1
RUN pip3 install absl-py "numpy<2" jax[cpu] opencv-contrib-python protobuf==3.20.1
RUN pip3 install six==1.14.0
RUN pip3 install tensorflow
RUN pip3 install tf_slim

View File

@ -1,6 +1,6 @@
absl-py
mediapipe>=0.10.0
numpy
numpy<2
opencv-python
tensorflow>=2.10,<2.16
tensorflow-addons

View File

@ -4,7 +4,7 @@ flatbuffers>=2.0
jax
jaxlib
matplotlib
numpy
numpy<2
opencv-contrib-python
protobuf>=4.25.3,<5
sounddevice>=0.4.4