File: pyproject.toml

package info (click to toggle)
compyle 0.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,104 kB
  • sloc: python: 12,898; makefile: 21
file content (9 lines) | stat: -rw-r--r-- 143 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[build-system]
requires = [
    "wheel>=0.29.0",
    "setuptools>=42.0.0",
    "numpy>=2.0,<3",
    "Cython>=0.20",
    "mako",
    "pytools"
]