Skip to content

Commit 73caac2

Browse files
thomasjpfanjnothman
authored andcommitted
MAINT Fixes lgtm errors (scikit-learn#14041)
1 parent 2fc3a85 commit 73caac2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lgtm.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
extraction:
22
cpp:
33
before_index:
4-
- pip3 install numpy scipy Cython
4+
- pip3 install numpy==1.16.3
5+
- pip3 install --no-deps scipy Cython
56
index:
67
build_command:
78
- python3 setup.py build_ext -i

0 commit comments

Comments
 (0)