mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-04 13:14:02 +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"
|