From db6cc1970b965b43546d84afef8f7d1fb607dc65 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Fri, 4 Oct 2024 11:01:29 +0200 Subject: [PATCH] Comment out last install from git --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b4a71bdb47..4cbcb23b3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -197,8 +197,8 @@ docs = [ "datalad>=1.0.2", # for release we need pypi, so this needs to be commented - "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version - "neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version + # "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version + # "neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version ]