-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
small clean-ups, and fixed requirements
future.annotations requires Cython>=3 Signed-off-by: Nick Papior <[email protected]>
- Loading branch information
Showing
5 changed files
with
50 additions
and
62 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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
requires = [ | ||
"setuptools_scm[toml]>=6.2", | ||
"scikit-build-core[pyproject]", | ||
"Cython>=0.29.28", | ||
"Cython>=3", | ||
# see https://github.com/scipy/oldest-supported-numpy/ | ||
# should fix #310 | ||
"oldest-supported-numpy; sys_platform != 'win32'", | ||
|
@@ -49,7 +49,8 @@ dependencies = [ | |
] | ||
|
||
authors = [ | ||
{name = "Nick Papior", email = "[email protected]"} | ||
{name = "Nick Papior", email = "[email protected]"}, | ||
{name = "Pol Febrer"} | ||
] | ||
maintainers = [{name="sisl developers"}] | ||
|
||
|
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
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