Skip to content

Commit 1ce2ef1

Browse files
Merge pull request #58 from dj-sciops/update-lfp
Update: Use Spikeinterface official released versions
2 parents b94c763 + 584494c commit 1ce2ef1

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
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.6.1] - 2025-06-04
7+
8+
- Fix - Use Spikeinterface official released versions
69

710
## [0.6.0] - 2025-05-31
811

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.6.0"
3+
__version__ = "0.6.1"

setup.py

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

0 commit comments

Comments
 (0)