File: pyproject.toml

package info (click to toggle)
mayavi2 4.8.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 21,892 kB
  • sloc: python: 49,447; javascript: 32,885; makefile: 129; fortran: 60
file content (7 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
[build-system]
requires = [
    "numpy>=2.0.0rc2,<3",
    "setuptools",
    "vtk>=9",
    "wheel"
]