Skip to content

Commit 5d84f6c

Browse files
authored
Merge branch 'main' into node_pipeline_skip_no_peaks
2 parents c4eb8a5 + c7ac344 commit 5d84f6c

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "spikeinterface"
3-
version = "0.101.2"
3+
version = "0.102.0"
44
authors = [
55
{ name="Alessio Buccino", email="alessiop.buccino@gmail.com" },
66
{ name="Samuel Garcia", email="sam.garcia.die@gmail.com" },
@@ -124,16 +124,16 @@ test_core = [
124124

125125
# for github test : probeinterface and neo from master
126126
# for release we need pypi, so this need to be commented
127-
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
128-
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
127+
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
128+
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
129129
]
130130

131131
test_extractors = [
132132
# Functions to download data in neo test suite
133133
"pooch>=1.8.2",
134134
"datalad>=1.0.2",
135-
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
136-
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
135+
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
136+
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
137137
]
138138

139139
test_preprocessing = [
@@ -173,8 +173,8 @@ test = [
173173

174174
# for github test : probeinterface and neo from master
175175
# for release we need pypi, so this need to be commented
176-
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
177-
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
176+
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
177+
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
178178
]
179179

180180
docs = [
@@ -197,8 +197,8 @@ docs = [
197197
"datalad>=1.0.2",
198198

199199
# for release we need pypi, so this needs to be commented
200-
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version
201-
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version
200+
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version
201+
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version
202202

203203
]
204204

src/spikeinterface/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
# This flag must be set to False for release
3131
# This avoids using versioning that contains ".dev0" (and this is a better choice)
3232
# This is mainly useful when using run_sorter in a container and spikeinterface install
33-
# DEV_MODE = True
34-
DEV_MODE = False
33+
DEV_MODE = True
34+
# DEV_MODE = False

0 commit comments

Comments
 (0)