11[project ]
22name = " spikeinterface"
3- version = " 0.102.0 "
3+ version = " 0.102.1 "
44authors = [
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
133133test_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
141141test_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
186186docs = [
@@ -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
0 commit comments