mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-04 05:03:58 +01:00
8 lines
116 B
TOML
8 lines
116 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"h5py",
|
|
"wheel"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|