Skip to content

Commit

Permalink
Add opencv-python to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Jul 20, 2023
1 parent c063b90 commit eef7243
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.

## [0.3.2] - 2023-07-20

+ Add `opencv-python` to requirements

## [0.3.1] - 2023-05-22

+ Add - CaImAn citation
Expand Down Expand Up @@ -46,6 +50,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
+ Add - Load data acquired with Miniscope-DAQ-V3
+ Add - Load data analyzed with MiniscopeAnalysis

[0.3.2]: https://github.com/datajoint/element-miniscope/releases/tag/0.3.2
[0.3.1]: https://github.com/datajoint/element-miniscope/releases/tag/0.3.1
[0.3.0]: https://github.com/datajoint/element-miniscope/releases/tag/0.3.0
[0.2.1]: https://github.com/datajoint/element-miniscope/releases/tag/0.2.1
Expand Down
2 changes: 1 addition & 1 deletion element_miniscope/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Package metadata"""
__version__ = "0.3.1"
__version__ = "0.3.2"
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
datajoint>=0.13.0
element-interface>=0.3.0
opencv-python

0 comments on commit eef7243

Please sign in to comment.