Skip to content

Commit

Permalink
updated opencv version for security (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson authored Sep 17, 2024
1 parent 36464df commit fa69900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## Bug Fixes
* Fixed a setup bug introduced in `v0.6.2` where installation process created a directory instead of a file for test configuration file [PR #1070](https://github.com/catalystneuro/neuroconv/pull/1070)
* The method `get_extractor` now works for `MockImagingInterface` [PR #1076](https://github.com/catalystneuro/neuroconv/pull/1076)
* Updated opencv version for security [PR #1087](https://github.com/catalystneuro/neuroconv/pull/1087)
* Solved a bug of `PlexonRecordingInterface` where data with multiple streams could not be opened [PR #989](https://github.com/catalystneuro/neuroconv/pull/989)

## Deprecations
Expand Down
4 changes: 1 addition & 3 deletions src/neuroconv/datainterfaces/behavior/video/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
opencv-python-headless>=4.5.1.48
opencv-python-headless>=4.5.1.48,<4.7.0.72; sys_platform == 'darwin'
opencv-python-headless>=4.5.1.48,<4.7; sys_platform == 'darwin' and python_version>='3.11'
opencv-python-headless>=4.8.1.78

0 comments on commit fa69900

Please sign in to comment.