11[project ]
22name = " spikeinterface"
3- version = " 0.103.1 "
3+ version = " 0.103.2 "
44authors = [
55 { name =" Alessio Buccino" , email =" alessiop.buccino@gmail.com" },
66 { name =" Samuel Garcia" , email =" sam.garcia.die@gmail.com" },
@@ -127,8 +127,8 @@ test_core = [
127127
128128 # for github test : probeinterface and neo from master
129129 # for release we need pypi, so this need to be commented
130- # "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
131- # "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
130+ " probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git" ,
131+ " neo @ git+https://github.com/NeuralEnsemble/python-neo.git" ,
132132
133133 # for slurm jobs,
134134 " pytest-mock"
@@ -139,8 +139,8 @@ test_extractors = [
139139 " pooch>=1.8.2" ,
140140 " datalad>=1.0.2" ,
141141 # Commenting out for release
142- # "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
143- # "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
142+ " probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git" ,
143+ " neo @ git+https://github.com/NeuralEnsemble/python-neo.git" ,
144144]
145145
146146test_preprocessing = [
@@ -185,8 +185,8 @@ test = [
185185
186186 # for github test : probeinterface and neo from master
187187 # for release we need pypi, so this need to be commented
188- # "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
189- # "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
188+ " probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git" ,
189+ " neo @ git+https://github.com/NeuralEnsemble/python-neo.git" ,
190190
191191 # for slurm jobs
192192 " pytest-mock" ,
@@ -213,8 +213,8 @@ docs = [
213213 " huggingface_hub" , # For automated curation
214214
215215 # for release we need pypi, so this needs to be commented
216- # "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version
217- # "neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version
216+ " probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git" , # We always build from the latest version
217+ " neo @ git+https://github.com/NeuralEnsemble/python-neo.git" , # We always build from the latest version
218218]
219219
220220dev = [
0 commit comments