Skip to content

Commit

Permalink
Fix for ARM packages vlachoudis#1063
Browse files Browse the repository at this point in the history
  • Loading branch information
Harvie committed Nov 24, 2018
1 parent ba39d69 commit dc593a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name = "bCNC",
version = "0.9.14.40",
version = "0.9.14.41",
license="GPLv2",
description='Swiss army knife for all your CNC/g-code needs',
long_description=long_description,
Expand All @@ -18,7 +18,8 @@
install_requires = [
'pyserial<=3.0.1', #Windows XP can't handle pyserial newer than 3.0.1
'numpy>=1.15.4',
'opencv-python>=3.4.2.17',
#'opencv-python>=3.4.2.17',
'opencv-python>=2.4',
'Pillow>=5.3.0',
],

Expand Down

0 comments on commit dc593a7

Please sign in to comment.