File: versions

package info (click to toggle)
python-numpy 1%3A1.16.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 25,116 kB
  • sloc: ansic: 158,812; python: 115,039; cpp: 1,112; makefile: 502; sh: 314; f90: 289; sed: 140; fortran: 121; perl: 68
file content (15 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ABI version.
# This number must be changed every time C_ABI_VERSION changes.
# It's should be normally equal to C_ABI_VERSION - 0x1000000.
# Check numpy/core/setup_common.py
abi 9

# Minor API version.
# This number must be changed every time C_API_VERSION changes.
# It's should be normally equal to C_API_VERSION.
# Description of the changes at core/code_generators/cversions.txt
api 13

# Minimum version of Numpy that shares this minor API version.
# This version must be updated every time C_API_VERSION changes.
api-min-version 1:1.16.0~rc1