Skip to content

Commit

Permalink
Add ipywidgets as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kabilar committed Mar 10, 2023
1 parent e39f9d3 commit 6840069
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 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.2.4] - 2023-03-10

+ Add - `ipywidgets` as a dependency

## [0.2.3] - 2023-02-14

+ Add - extras_require install options for nwb and development requirement sets
Expand Down
2 changes: 1 addition & 1 deletion element_array_ephys/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Package metadata."""
__version__ = "0.2.3"
__version__ = "0.2.4"
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
datajoint>=0.13
element-interface>=0.4.0
ipywidgets
openpyxl
plotly
pyopenephys>=1.1.6
Expand Down

0 comments on commit 6840069

Please sign in to comment.