Skip to content

Commit

Permalink
Merge pull request #673 from roflcoopter/dev
Browse files Browse the repository at this point in the history
v2.3.1
  • Loading branch information
roflcoopter authored Sep 18, 2023
2 parents fb4428f + 69abb07 commit 8c15c61
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions docker/Dockerfile.wheels
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions docker/jetson-nano/Dockerfile.wheels
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c15c61

Please sign in to comment.