Skip to content

Commit

Permalink
more version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FutureSharks committed Oct 26, 2019
1 parent afb2ddd commit 8449443
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ sudo apt install -y libhdf5-100 libharfbuzz0b libwebp6 libjasper1 libilmbase12 l
Install open-cv and rpi-security:

```console
sudo pip3 install opencv-contrib-python opencv-contrib-python-headless
sudo pip3 install --no-binary :all: https://github.com/FutureSharks/rpi-security/archive/1.4.zip
```

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
'pyyaml',
'scapy==2.4.3',
'Pillow==6.2.1',
'opencv-contrib-python==3.4.4.19',
'opencv-contrib-python-headless==3.4.4.19',
'opencv-contrib-python',
'opencv-contrib-python-headless',
],
classifiers = [
'Environment :: Console',
Expand Down

0 comments on commit 8449443

Please sign in to comment.