RedisGears / AnimalRecognitionDemo

An example of using Redis Streams, RedisGears and RedisAI for Realtime Video Analytics (i.e. filtering cats)
https://redisgears.io
Apache License 2.0
42 stars 18 forks source link

update some dependencies #5

Closed kurtfm closed 5 years ago

kurtfm commented 5 years ago

use urllib.parse if urlparse is not available update requirements to accept a higher version of opencv-python I tested with: Version: 4.0.1.24

kurtfm commented 5 years ago

I am not sure if the versioning of opencv-python makes sense or not, but the specific version specified was not available to pip (updated to latest version on 2.7) on my system.