File: pyproject.toml

package info (click to toggle)
cyvcf2 0.32.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,516 kB
  • sloc: python: 1,646; ansic: 240; makefile: 228; sh: 91
file content (10 lines) | stat: -rw-r--r-- 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[build-system]
requires = [
  "setuptools",
  "wheel",
  'cython>=0.23.3,<3; python_version < "3.9"',
  'cython>=3; python_version >= "3.9"',
  'oldest-supported-numpy; os_name != "nt" and python_version < "3.9"',
  'numpy; os_name == "nt" and python_version < "3.9"',
  'numpy>=2.0.0; python_version >= "3.9"',
]