blob: 8507b6d45d76f23fdb79d9444a8cae5cc01b224f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
path_classifiers:
library:
- tools
generated:
# The exports defined in __init__.py are defined in the Cython module
# np.random.mtrand. By excluding this file we suppress a number of
# "undefined export" alerts
- numpy/random/__init__.py
extraction:
python:
python_setup:
requirements:
- cython>=0.29
|