Skip to content

Commit a63f9c9

Browse files
kmilosletmaik
andauthored
Update to libraw 0.21.3 (#247)
Co-authored-by: Maik Riechert <[email protected]>
1 parent b2a955b commit a63f9c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/scripts/build-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ retry yum install -y libpng-devel freetype-devel
8888
retry yum install -y lapack-devel blas-devel
8989

9090
# install compile-time dependencies
91-
retry ${PYBIN}/pip install numpy==${NUMPY_VERSION} cython
91+
retry ${PYBIN}/pip install numpy==${NUMPY_VERSION} cython setuptools
9292

9393
# List installed packages
9494
${PYBIN}/pip freeze

rawpy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.23.1"
1+
__version__ = "0.23.2"

0 commit comments

Comments
 (0)