-
Notifications
You must be signed in to change notification settings - Fork 7
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
updated requirements to include cv2 and update dev testing locations for neuroconv #357
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.
LGTM
@@ -1,5 +1,8 @@ | |||
tifffile>=2018.10.18 | |||
scanimage-tiff-reader>=1.4.1.4 | |||
neuroconv[video]>=0.4.6 # Uses the VideoCaptureContext class | |||
opencv-python-headless>=4.5.1.48 |
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.
Isn't this included in neuroconv video?
It might be a good idea to make it explicit though, do other extractors require it?
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.
I thought it would've been, but the tests were failing bc opencv wasn't installed.
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.
I would be concerned if this is related to the recent changes to pyproject.toml, when did the test start to fail?
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.
yesterday
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.
Ok, then it sounds unlikely. Still strange. Probably not worth finding out if this is working.
Fixes failing dailies
Fixes failing dev tests