You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Currently opencv-python requires numpy >=1.11.3 to be installed despite requirements.txt and .travis.yml specifying >= 1.11.1.
We want to use this with Anaconda 4.1.1, which installs numpy 1.11.1.
Would it be possible to relax these dependencies, and install/test/publish with version 1.11.1?