Skip to content

Commit acf911f

Browse files
committed
deps in setup fixes #6
1 parent 1462a5c commit acf911f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
license='BSD3',
1818
keywords='pclines, hough transform, line detection',
1919
packages=["pclines"],
20+
install_requires=['numpy','numba','scikit-image']
2021
python_requires='>=3.6',
2122
project_urls={
2223
"Bug reports": 'https://github.com/RomanJuranek/pclines-python/issues',

0 commit comments

Comments
 (0)