From f0784a75f3e1958a19727abb6e2751e3619da410 Mon Sep 17 00:00:00 2001 From: Alan Munoz <alan.munoz@ed.ac.uk> Date: Thu, 30 Dec 2021 18:55:35 +0000 Subject: [PATCH] add comented line tos setup --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index aab0a27d..3b1c3657 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ setup( "tensorflow>=1.15,<=2.3", "baby@git+ssh://git@git.ecdf.ed.ac.uk/swain-lab/python-pipeline/baby.git@master", "logfile_parser@git+ssh://git@git.ecdf.ed.ac.uk/swain-lab/python-pipeline/logfile_parser.git", + # "aliby_parser@git+ssh://git@git.ecdf.ed.ac.uk/swain-lab/python-pipeline/aliby_parser.git", # "extraction@git+ssh://git@git.ecdf.ed.ac.uk/swain-lab/python-pipeline/extraction.git@dev", # "postprocessor@git+ssh://git@git.ecdf.ed.ac.uk/swain-lab/python-pipeline/post-processing.git@dev", ], -- GitLab