Skip to content

Commit 74dd2b0

Browse files
committed
PKG: Added pyproject.toml for PEP 518
Declaring build-time requirements: https://www.python.org/dev/peps/pep-0518/
1 parent 52eda7b commit 74dd2b0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/source/whatsnew/v0.20.3.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We recommend that all users upgrade to this version.
1717
Enhancements
1818
~~~~~~~~~~~~
1919

20-
20+
- Added support for `PEP 518 <https://www.python.org/dev/peps/pep-0518/>`_ to the build system (:issue:`16745`)
2121

2222

2323

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build-system]
2+
requires = [ "numpy>=1.7.0", "cython>=0.23", "setuptools", "wheel"]

0 commit comments

Comments
 (0)