mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-03 20:54:09 +01:00
8 lines
125 B
TOML
8 lines
125 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel",
|
|
"numpy>=1.17.3"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|