Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
25 lines (23 sloc)
597 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| path_classifiers: | |
| library: | |
| - tools | |
| - numpy/_version.py | |
| 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 | |
| cpp: | |
| index: | |
| build_command: | |
| - python3 setup.py build | |
| after_prepare: | |
| - pip3 install --upgrade --user cython | |
| - export PATH="$HOME/.local/bin:$PATH" | |
| queries: | |
| - include: py/file-not-closed |