We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39f9d3 commit 6840069Copy full SHA for 6840069
CHANGELOG.md
@@ -3,6 +3,10 @@
3
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
4
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
5
6
+## [0.2.4] - 2023-03-10
7
+
8
++ Add - `ipywidgets` as a dependency
9
10
## [0.2.3] - 2023-02-14
11
12
+ Add - extras_require install options for nwb and development requirement sets
element_array_ephys/version.py
@@ -1,2 +1,2 @@
1
"""Package metadata."""
2
-__version__ = "0.2.3"
+__version__ = "0.2.4"
requirements.txt
@@ -1,5 +1,6 @@
datajoint>=0.13
element-interface>=0.4.0
+ipywidgets
openpyxl
plotly
pyopenephys>=1.1.6
0 commit comments