11[project ]
22name = " spikeinterface"
3- version = " 0.104.0 "
3+ version = " 0.104.1 "
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 = [
@@ -190,8 +190,8 @@ test = [
190190
191191 # for github test : probeinterface and neo from master
192192 # for release we need pypi, so this need to be commented
193- # "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
194- # "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
193+ " probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git" ,
194+ " neo @ git+https://github.com/NeuralEnsemble/python-neo.git" ,
195195
196196 # for slurm jobs
197197 " pytest-mock" ,
@@ -219,8 +219,8 @@ docs = [
219219 " huggingface_hub" , # For automated curation
220220
221221 # for release we need pypi, so this needs to be commented
222- # "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version
223- # "neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version
222+ " probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git" , # We always build from the latest version
223+ " neo @ git+https://github.com/NeuralEnsemble/python-neo.git" , # We always build from the latest version
224224]
225225
226226dev = [
0 commit comments