@@ -25,8 +25,8 @@ dependencies = [
2525 " threadpoolctl>=3.0.0" ,
2626 " tqdm" ,
2727 " zarr>=2.18,<3" ,
28- " neo>=0.14.1 " ,
29- " probeinterface>=0.3.0 " ,
28+ " neo>=0.14.3 " ,
29+ " probeinterface>=0.3.1 " ,
3030 " packaging" ,
3131 " pydantic" ,
3232 " numcodecs<0.16.0" , # For supporting zarr < 3
@@ -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