Skip to content

Commit

Permalink
release(1.4.1): rebuild for numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Aug 8, 2024
1 parent 40fb106 commit 0c56c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: pypa/[email protected]
# to supply options, put them in 'env', like:
env:
CIBW_BEFORE_BUILD: git submodule init && git submodule update && pip install cython numpy scikit-build
CIBW_BEFORE_BUILD: git submodule init && git submodule update && pip install --user --break-system-packages cython numpy scikit-build
CPPFLAGS: -I/usr/local/opt/zlib/include
LDFLAGS: -L/usr/local/opt/zlib/lib
CIBW_ARCHS_MACOS: "x86_64 arm64"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def read(fname):

setup(
name='DracoPy',
version='1.4.0',
version='1.4.1',
description = 'Python wrapper for Google\'s Draco Mesh Compression Library',
author = 'Manuel Castro, William Silversmith :: Contributors :: Fatih Erol, Faru Nuri Sonmez, Zeyu Zhao, Denis Riviere',
author_email = '[email protected], [email protected]',
Expand Down

0 comments on commit 0c56c17

Please sign in to comment.