File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
sudo apt update -y && sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y && \
52
52
sudo apt update -y && sudo apt install -y --no-install-recommends \
53
53
git git-lfs gcc-11 g++-11 ninja-build ccache libgtest-dev libgmock-dev \
54
- shellcheck curl doxygen python3 python3-pip python3-dev python3-distutils \
54
+ shellcheck curl doxygen python3 python3-pip python3-dev python3-setuptools \
55
55
texlive-latex-extra ghostscript graphviz \
56
56
&& curl -L https://cmake.org/files/v3.20/cmake-3.20.1-linux-x86_64.tar.gz --output /tmp/cmake-3.20.1.tar.gz \
57
57
&& tar -xzf /tmp/cmake-3.20.1.tar.gz -C /tmp/ && sudo cp -r /tmp/cmake-3.20.1-linux-x86_64/bin/ /usr/local/ \
62
62
name : Install Python Dependencies
63
63
run : |
64
64
sudo apt update -y && sudo apt install -y --no-install-recommends \
65
- python3 python3-pip python3-dev python3-distutils doxygen && sudo rm -rf /var/lib/apt/lists/* \
65
+ python3 python3-pip python3-dev python3-setuptools doxygen && sudo rm -rf /var/lib/apt/lists/* \
66
66
&& python3 -m pip install sphinx-rtd-theme sphinx breathe recommonmark graphviz \
67
67
&& python3 -m pip install numpy==2.0.1 patchelf==0.17.2.1
68
68
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.20.1)
17
17
18
18
project (nvcv
19
19
LANGUAGES C CXX
20
- VERSION 0.13.0
20
+ VERSION 0.13.1
21
21
DESCRIPTION "NVCV is NVIDIA Computer Vision library"
22
22
)
23
23
You can’t perform that action at this time.
0 commit comments