diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-10-29 15:02:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-29 15:02:01 -0500 |
commit | b2b532081b4b7fc15f97ffedb30a975aef835137 (patch) | |
tree | e1a86193e71d72a0e869307fa73aab5067f62df2 | |
parent | 96432eafbbdef03232d2f927d6c57c7285dda2f6 (diff) | |
parent | 96d8ada9ba648181df515c6a01a4e9a9e05d620e (diff) | |
download | numpy-b2b532081b4b7fc15f97ffedb30a975aef835137.tar.gz |
Merge pull request #12288 from mattip/lgtm-install-cython0.29
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 |