Skip to content

Commit eef7243

Browse files
committed
Add opencv-python to requirements.txt
1 parent c063b90 commit eef7243

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
55

6+
## [0.3.2] - 2023-07-20
7+
8+
+ Add `opencv-python` to requirements
9+
610
## [0.3.1] - 2023-05-22
711

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

53+
[0.3.2]: https://github.com/datajoint/element-miniscope/releases/tag/0.3.2
4954
[0.3.1]: https://github.com/datajoint/element-miniscope/releases/tag/0.3.1
5055
[0.3.0]: https://github.com/datajoint/element-miniscope/releases/tag/0.3.0
5156
[0.2.1]: https://github.com/datajoint/element-miniscope/releases/tag/0.2.1

element_miniscope/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package metadata"""
2-
__version__ = "0.3.1"
2+
__version__ = "0.3.2"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
datajoint>=0.13.0
22
element-interface>=0.3.0
3+
opencv-python

0 commit comments

Comments
 (0)