-
-
Notifications
You must be signed in to change notification settings - Fork 46.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis CI: Upgrade to Python 3.8 #1373
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it persist? I can't figure out why.
Blocked by opencv/opencv-python#253 |
Just a nudge, should we think about pinning dependencies |
Nope. We are not distributing an package or application so reproducible builds are not a goal for this repo. We want our users to be assured that these algorithms are ready-to-use so we want CI testing to alert us immediately when any of our algorithms break on the latest and greatest version of their dependencies. Pinning dependencies would blind us to changes in our dependencies. |
Closing in favor of #1783 |
ERROR: Could not find a version that satisfies the requirement opencv-python (from -r requirements.txt (line 6)) (from versions: none)
219ERROR: No matching distribution found for opencv-python (from -r requirements.txt (line 6))