11[project ]
22name = " spikeinterface"
3- version = " 0.100.0.dev0 "
3+ version = " 0.99.1 "
44authors = [
55 { name =" Alessio Buccino" , email =" alessiop.buccino@gmail.com" },
66 { name =" Samuel Garcia" , email =" sam.garcia.die@gmail.com" },
@@ -146,8 +146,8 @@ test = [
146146
147147 # for github test : probeinterface and neo from master
148148 # for release we need pypi, so this need to be commented
149- " probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git" ,
150- " neo @ git+https://github.com/NeuralEnsemble/python-neo.git" ,
149+ # "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
150+ # "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
151151]
152152
153153docs = [
@@ -164,8 +164,8 @@ docs = [
164164 " hdbscan>=0.8.33" , # For sorters spykingcircus2 + tridesclous
165165 " numba" , # For many postprocessing functions
166166 # for release we need pypi, so this needs to be commented
167- " probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git" , # We always build from the latest version
168- " neo @ git+https://github.com/NeuralEnsemble/python-neo.git" , # We always build from the latest version
167+ # "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version
168+ # "neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version
169169
170170]
171171
0 commit comments