We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b94c763 + 584494c commit 1ce2ef1Copy full SHA for 1ce2ef1
3 files changed
CHANGELOG.md
@@ -3,6 +3,9 @@
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.6.1] - 2025-06-04
7
+
8
+- Fix - Use Spikeinterface official released versions
9
10
## [0.6.0] - 2025-05-31
11
element_array_ephys/version.py
@@ -1,3 +1,3 @@
1
"""Package metadata."""
2
-__version__ = "0.6.0"
+__version__ = "0.6.1"
setup.py
@@ -34,7 +34,7 @@
34
"openpyxl",
35
"plotly",
36
"seaborn",
37
- "spikeinterface @ git+https://github.com/SpikeInterface/spikeinterface.git",
+ "spikeinterface",
38
"scikit-image",
39
"nbformat>=4.2.0",
40
"pyopenephys>=1.1.6",
0 commit comments