summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-10-29 15:02:01 -0500
committerGitHub <noreply@github.com>2018-10-29 15:02:01 -0500
commitb2b532081b4b7fc15f97ffedb30a975aef835137 (patch)
treee1a86193e71d72a0e869307fa73aab5067f62df2
parent96432eafbbdef03232d2f927d6c57c7285dda2f6 (diff)
parent96d8ada9ba648181df515c6a01a4e9a9e05d620e (diff)
downloadnumpy-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.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
index c0a9cf59a..8507b6d45 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -7,3 +7,8 @@ path_classifiers:
# "undefined export" alerts
- numpy/random/__init__.py
+extraction:
+ python:
+ python_setup:
+ requirements:
+ - cython>=0.29