From d524ceacea0d856287ccfad8c6dd436512fde609 Mon Sep 17 00:00:00 2001 From: Matthew Elliott Date: Mon, 29 Jan 2024 21:01:40 -0800 Subject: [PATCH] Update postBuild --- research/postBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/research/postBuild b/research/postBuild index 69130d5..9083c5d 100644 --- a/research/postBuild +++ b/research/postBuild @@ -1,4 +1,5 @@ #!/bin/bash # Install the latest version of the Braingeneers Python package from GitHub -${NB_PYTHON_PREFIX}/bin/pip install --no-cache git+https://github.com/braingeneers/braingeneerspy.git#egg=braingeneers[data,iot,analysis,ml] +#${NB_PYTHON_PREFIX}/bin/pip install --no-cache git+https://github.com/braingeneers/braingeneerspy.git#egg=braingeneers[data,iot,analysis,ml] +pip install braingeneerspy