Skip to content

Commit e00ebef

Browse files
authored
Update: Use Spikeinterface official released versions (instead of install directly from source)
1 parent 58cdfaa commit e00ebef

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.4.3] - 2025-06-03
7+
8+
+ Update - Use `Spikeinterface` official released versions (instead of install directly from source)
9+
610
## [0.4.2] - 2025-03-25
711

812
+ Fix - Add key_source to `ProbeLevelReport` to filter for 'good' quality units

element_array_ephys/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package metadata."""
22

3-
__version__ = "0.4.2"
3+
__version__ = "0.4.3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"openpyxl",
3636
"plotly",
3737
"seaborn",
38-
"spikeinterface @ git+https://github.com/SpikeInterface/spikeinterface.git",
38+
"spikeinterface",
3939
"scikit-image>=0.20",
4040
"nbformat>=4.2.0",
4141
"pyopenephys>=1.1.6",

0 commit comments

Comments
 (0)