pyFAI/pyproject.toml

12 lines
154 B
TOML
Raw Normal View History

2018-01-19 18:09:03 +08:00
[build-system]
requires = [
"wheel",
"setuptools",
"numpy",
"scipy",
"sphinx",
2018-01-26 18:16:14 +08:00
"nbsphinx",
2019-05-09 14:44:18 +08:00
"silx>=0.10",
2018-04-18 20:54:08 +08:00
"Cython>=0.25"
2018-01-19 18:09:03 +08:00
]