Skip to content

Commit 2e01027

Browse files
committed
after release
1 parent 22e4161 commit 2e01027

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.102.0"
3+
version = "0.102.1"
44
authors = [
55
{ name="Alessio Buccino", email="alessiop.buccino@gmail.com" },
66
{ name="Samuel Garcia", email="sam.garcia.die@gmail.com" },
@@ -126,16 +126,16 @@ test_core = [
126126

127127
# for github test : probeinterface and neo from master
128128
# for release we need pypi, so this need to be commented
129-
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
130-
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
129+
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
130+
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
131131
]
132132

133133
test_extractors = [
134134
# Functions to download data in neo test suite
135135
"pooch>=1.8.2",
136136
"datalad>=1.0.2",
137-
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
138-
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
137+
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
138+
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
139139
]
140140

141141
test_preprocessing = [
@@ -179,8 +179,8 @@ test = [
179179

180180
# for github test : probeinterface and neo from master
181181
# for release we need pypi, so this need to be commented
182-
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
183-
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
182+
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
183+
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
184184
]
185185

186186
docs = [
@@ -205,8 +205,8 @@ docs = [
205205
"datalad>=1.0.2",
206206

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

211211
]
212212

src/spikeinterface/__init__.py

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

0 commit comments

Comments
 (0)