From eef724371f9646412016b9cb889b661b617dcf5d Mon Sep 17 00:00:00 2001 From: kushalbakshi Date: Thu, 20 Jul 2023 16:49:47 -0500 Subject: [PATCH] Add opencv-python to requirements.txt --- CHANGELOG.md | 5 +++++ element_miniscope/version.py | 2 +- requirements.txt | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6cb71d..fe9236a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/element_miniscope/version.py b/element_miniscope/version.py index 9562744..50597bb 100644 --- a/element_miniscope/version.py +++ b/element_miniscope/version.py @@ -1,2 +1,2 @@ """Package metadata""" -__version__ = "0.3.1" +__version__ = "0.3.2" diff --git a/requirements.txt b/requirements.txt index 1f11074..5fb793f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ datajoint>=0.13.0 element-interface>=0.3.0 +opencv-python \ No newline at end of file