Skip to content

Commit 7834907

Browse files
authored
Release 0.67. (#1181)
1 parent aa060de commit 7834907

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
exclude: ^docs/
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.8.3
16+
rev: v0.9.1
1717
hooks:
1818
- id: ruff
1919
args: [ --fix ]

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
## Improvements
1010

11-
# v0.6.9 (Upcoming)
12-
Small fixes should be here.
11+
# v0.6.9 (January 20, 2024)
1312

1413
## Deprecations
1514

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,22 +160,23 @@ biocam = [
160160
"spikeinterface>=0.101.0",
161161
]
162162
blackrock = [
163-
"neo>=0.13.3",
163+
"neo>=0.14",
164164
"spikeinterface>=0.101.0",
165165
]
166166
cellexplorer = [
167167
"hdf5storage>=0.1.18",
168168
"neo>=0.13.3",
169169
"pymatreader>=0.0.32",
170170
"spikeinterface>=0.101.0",
171+
"setuptools; python_version >= '3.12'"
171172
]
172173
edf = [
173174
"neo>=0.13.3",
174175
"pyedflib>=0.1.36",
175176
"spikeinterface>=0.101.0",
176177
]
177178
intan = [
178-
"neo>=0.13.3",
179+
"neo>=0.14",
179180
"spikeinterface>=0.101.0",
180181
]
181182
kilosort = [
@@ -195,6 +196,7 @@ mearec = [
195196
"MEArec>=1.8.0",
196197
"neo>=0.13.3",
197198
"spikeinterface>=0.101.0",
199+
"setuptools; python_version >= '3.12'"
198200
]
199201
neuralynx = [
200202
"natsort>=7.1.1",
@@ -208,7 +210,7 @@ neuroscope = [
208210
]
209211
openephys = [
210212
"lxml>=4.9.4",
211-
"neo>=0.13.3",
213+
"neo>=0.14",
212214
"spikeinterface>=0.101.0",
213215
]
214216
phy = [
@@ -230,7 +232,7 @@ spikegadgets = [
230232
"spikeinterface>=0.101.0",
231233
]
232234
spikeglx = [
233-
"neo>=0.13.3",
235+
"neo>=0.14",
234236
"spikeinterface>=0.101.0",
235237
]
236238
tdt = [

0 commit comments

Comments
 (0)