Skip to content

Commit 6840069

Browse files
committed
Add ipywidgets as dependency
1 parent e39f9d3 commit 6840069

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 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.2.4] - 2023-03-10
7+
8+
+ Add - `ipywidgets` as a dependency
9+
610
## [0.2.3] - 2023-02-14
711

812
+ Add - extras_require install options for nwb and development requirement sets

element_array_ephys/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.2.3"
2+
__version__ = "0.2.4"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
datajoint>=0.13
22
element-interface>=0.4.0
3+
ipywidgets
34
openpyxl
45
plotly
56
pyopenephys>=1.1.6

0 commit comments

Comments
 (0)