Skip to content

Commit 89da219

Browse files
set prebuild wheel as dependency
1 parent 7732b2c commit 89da219

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
with open('HISTORY.rst') as history_file:
1010
history = history_file.read()
1111

12-
requirements = ['numpy', 'python-lzf']
12+
requirements = ['numpy',
13+
'python-lzf @ https://github.com/rubenvanparys/pypcd/releases/download/0.1.2/python_lzf-0.2.4-cp36-cp36m-linux_x86_64.whl']
1314

1415
setup_requirements = ['pytest-runner', ]
1516

0 commit comments

Comments
 (0)