We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1462a5c commit acf911fCopy full SHA for acf911f
1 file changed
setup.py
@@ -17,6 +17,7 @@
17
license='BSD3',
18
keywords='pclines, hough transform, line detection',
19
packages=["pclines"],
20
+ install_requires=['numpy','numba','scikit-image']
21
python_requires='>=3.6',
22
project_urls={
23
"Bug reports": 'https://github.com/RomanJuranek/pclines-python/issues',
0 commit comments