11[project ]
22name = " spikeinterface"
3- version = " 0.101.2 "
3+ version = " 0.102.0 "
44authors = [
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
131131test_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
139139test_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
180180docs = [
@@ -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
0 commit comments