File: pyproject.toml

package info (click to toggle)
bitshuffle 0.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,048 kB
  • sloc: ansic: 5,022; python: 1,156; makefile: 49; sh: 14
file content (10 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Include dependencies when building wheels on cibuildwheel
[build-system]
requires = [
    "setuptools",
    "Cython>=0.19",
    "numpy>=2.0.0rc1",
    "h5py>=2.4.0",
]

build-backend = "setuptools.build_meta"