We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc3a85 commit 73caac2Copy full SHA for 73caac2
lgtm.yml
@@ -1,7 +1,8 @@
1
extraction:
2
cpp:
3
before_index:
4
- - pip3 install numpy scipy Cython
+ - pip3 install numpy==1.16.3
5
+ - pip3 install --no-deps scipy Cython
6
index:
7
build_command:
8
- python3 setup.py build_ext -i
0 commit comments