diff --git a/azure-pipelines/.env b/azure-pipelines/.env index 3ddf78aca..4605e1cb0 100644 --- a/azure-pipelines/.env +++ b/azure-pipelines/.env @@ -6,7 +6,7 @@ OPENVINO_VERSION="2022.2.0" FFMPEG_VERSION="5.1.2" DLIB_VERSION="19.22" SKLEARN_VERSION="1.2.2" -WHEELS_VERSION="1.4" +WHEELS_VERSION="1.5" S6_OVERLAY_VERSION="2.1.0.2" CMAKE_VERSION=3.20.0 MAKEFLAGS="-j 5" diff --git a/docker/Dockerfile.wheels b/docker/Dockerfile.wheels index 86405dd6e..5bd74c6fc 100644 --- a/docker/Dockerfile.wheels +++ b/docker/Dockerfile.wheels @@ -26,6 +26,8 @@ RUN apt-get -yqq update && apt-get install -yq --no-install-recommends \ python3-pip \ python3-setuptools \ python3-wheel \ + libgirepository1.0-dev\ + libcairo2-dev \ && python3 -m pip install --upgrade pip \ && apt-get autoremove -y && apt-get clean -y diff --git a/docker/jetson-nano/Dockerfile.wheels b/docker/jetson-nano/Dockerfile.wheels index e49d6b824..cf0f1e28d 100644 --- a/docker/jetson-nano/Dockerfile.wheels +++ b/docker/jetson-nano/Dockerfile.wheels @@ -35,6 +35,8 @@ RUN apt-get -yqq update && apt-get install -yq --no-install-recommends \ python3-pip \ python3-setuptools \ python3-wheel \ + libgirepository1.0-dev\ + libcairo2-dev \ && python3 -m pip install --upgrade pip \ && apt-get autoremove -y && apt-get clean -y \ && pip install numpy pybind11 diff --git a/requirements.txt b/requirements.txt index 89ec6926c..881112eea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,7 @@ paho-mqtt==1.5.0 path.py==12.4.0 pyjwt==2.6.0 python-slugify==4.0.1 +PyGObject==3.42.2 PyYAML==5.3.1 requests==2.31.0 scikit-learn==1.2.2