Skip to content

Commit

Permalink
build: try using cython <3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Dec 17, 2023
1 parent de98bc7 commit cc1b6f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGES
=======

1.14.1
------

* chore: ignore fastremap.cpp
* build: update for py312
* build: update build

1.14.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __repr__(self):
extra_compile_args += ['-stdlib=libc++', '-mmacosx-version-min=10.9']

setuptools.setup(
setup_requires=['pbr', 'cython', 'numpy'],
setup_requires=['pbr', 'cython<3.0', 'numpy'],
python_requires=">=3.7,<4.0",
pbr=True,
ext_modules=[
Expand Down

0 comments on commit cc1b6f3

Please sign in to comment.