Skip to content

Commit 6c9efa3

Browse files
authored
Merge pull request #229 from CVCUDA/feat/dlesage/nvcv-v0.13.1
feat: patch to v0.13.1: update nvcv version
2 parents 53b3520 + 88daa1d commit 6c9efa3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
sudo apt update -y && sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y && \
5252
sudo apt update -y && sudo apt install -y --no-install-recommends \
5353
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 \
5555
texlive-latex-extra ghostscript graphviz \
5656
&& 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 \
5757
&& 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,7 +62,7 @@ jobs:
6262
name: Install Python Dependencies
6363
run: |
6464
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/* \
6666
&& python3 -m pip install sphinx-rtd-theme sphinx breathe recommonmark graphviz \
6767
&& python3 -m pip install numpy==2.0.1 patchelf==0.17.2.1
6868

src/nvcv/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.20.1)
1717

1818
project(nvcv
1919
LANGUAGES C CXX
20-
VERSION 0.13.0
20+
VERSION 0.13.1
2121
DESCRIPTION "NVCV is NVIDIA Computer Vision library"
2222
)
2323

0 commit comments

Comments
 (0)