mirror of https://github.com/silx-kit/pyFAI.git
Implement PEP518
This commit is contained in:
parent
3feb41d0e3
commit
b3c9b200f0
|
@ -0,0 +1,9 @@
|
|||
[build-system]
|
||||
requires = [
|
||||
"wheel",
|
||||
"setuptools",
|
||||
"numpy",
|
||||
"scipy",
|
||||
"sphinx",
|
||||
"Cython>=0.25"
|
||||
]
|
Loading…
Reference in New Issue