diff options
author | mattip <matti.picus@gmail.com> | 2018-10-29 21:14:27 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-10-29 21:14:27 +0200 |
commit | 96d8ada9ba648181df515c6a01a4e9a9e05d620e (patch) | |
tree | f647bc9934f65e90dbd39b6533e1800d79fdcc30 | |
parent | 0dc45ecc707766c6983eae9b65e2bf518c487dc7 (diff) | |
download | numpy-96d8ada9ba648181df515c6a01a4e9a9e05d620e.tar.gz |
BUILD: force LGTM to use cython>=0.29
-rw-r--r-- | .lgtm.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,3 +7,8 @@ path_classifiers: # "undefined export" alerts - numpy/random/__init__.py +extraction: + python: + python_setup: + requirements: + - cython>=0.29 |