-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1303 from larsoner/cython
MAINT: Compile with Cython 3.0.10
- Loading branch information
Showing
4 changed files
with
934 additions
and
308 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[build-system] | ||
requires = [ | ||
"oldest-supported-numpy", | ||
"numpy>=2.0.0rc2,<3", | ||
"setuptools", | ||
"vtk", | ||
"wheel" | ||
|
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 |
---|---|---|
|
@@ -325,7 +325,7 @@ def run(self): | |
author="Prabhu Ramachandran, et al.", | ||
author_email="[email protected]", | ||
maintainer='ETS Developers', | ||
python_requires='>=3.8', | ||
python_requires='>=3.9', | ||
maintainer_email='[email protected]', | ||
url='http://docs.enthought.com/mayavi/mayavi/', | ||
classifiers=[c.strip() for c in """\ | ||
|
Oops, something went wrong.