Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbass committed Jul 11, 2020
1 parent dee4fef commit 1f78a9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
1 change: 0 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changes and Bugfixes

- Fixed broken cv2.findCountours() when upgrading to OpenCV 4.x
- Changed README.rst to include pip install instructions.
- Multiple fixes to all documentation files.

## 0.1.0 - 2019-01-30
Expand Down
15 changes: 8 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,15 @@ Dependencies and Installation

**imagenode** has been tested with:

- Python 3.5 and newer
- Python 3.6 and newer
- OpenCV 4.0 and newer (but only a single line fix to revert to 3.x)
- Raspbian Stretch and Raspbian Jessie
- PyZMQ 16.0
- RPi.GPIO 0.6.5 (imported only if using GPIO pins)
- picamera 1.13 (imported only if using PiCamera)
- imagezmq 0.0.2
- imutils 0.4.3 (used get to images from PiCamera)
- Raspbian Stretch, Raspbian Jessie and Raspbian Buster
- PyZMQ 16.0 and newer
- RPi.GPIO 0.6 and newer (imported only if using GPIO pins)
- picamera 1.13 (imported only if using PiCamera)
- imagezmq 1.0.1 and newer
- imutils 0.4.3 and newer (used get to images from PiCamera)
- w1thermsensor 1.3 and newer (used to get temperature sensor readings)

**imagenode** captures images and uses **imagezmq** to transfer the images.
It is best to install and test **imagezmq** before installing **imagenode**.
Expand Down

0 comments on commit 1f78a9e

Please sign in to comment.