-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release(1.4.1): rebuild for numpy 2.0
- Loading branch information
1 parent
40fb106
commit 0c56c17
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]', | ||
|