Skip to content

Commit

Permalink
Temporarily removed opencv from requirements until #1063 gets resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Harvie committed Dec 4, 2018
1 parent 7b44d1f commit c7af042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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.45",
version = "0.9.14.46",
license="GPLv2",
description='Swiss army knife for all your CNC/g-code needs',
long_description=long_description,
Expand All @@ -20,7 +20,7 @@
'pyserial<=3.0.1', #Windows XP can't handle pyserial newer than 3.0.1
'numpy>=1.12',
'Pillow>=4.0',
'opencv-python>=2.4', #Note there are no PyPI OpenCV packages for ARM (Raspberry PI, Orange PI, etc...)
#'opencv-python>=2.4', #Note there are no PyPI OpenCV packages for ARM (Raspberry PI, Orange PI, etc...)
],

entry_points = {
Expand Down

0 comments on commit c7af042

Please sign in to comment.