Skip to content

Commit

Permalink
Update to libraw 0.21.3 (#247)
Browse files Browse the repository at this point in the history
Co-authored-by: Maik Riechert <[email protected]>
  • Loading branch information
kmilos and letmaik authored Oct 26, 2024
1 parent b2a955b commit a63f9c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ retry yum install -y libpng-devel freetype-devel
retry yum install -y lapack-devel blas-devel

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

# List installed packages
${PYBIN}/pip freeze
Expand Down
2 changes: 1 addition & 1 deletion rawpy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.23.1"
__version__ = "0.23.2"

0 comments on commit a63f9c9

Please sign in to comment.