From 2a52553fc5c03222443cfd50ec2757f8f3d31d71 Mon Sep 17 00:00:00 2001 From: WassimG Date: Fri, 8 Mar 2024 16:53:43 +0100 Subject: [PATCH] Update Example_RTModel_Walkthrough_colab to fix dlomix version --- notebooks/Example_RTModel_Walkthrough_colab.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/Example_RTModel_Walkthrough_colab.ipynb b/notebooks/Example_RTModel_Walkthrough_colab.ipynb index 79298f2c..1eb57e37 100644 --- a/notebooks/Example_RTModel_Walkthrough_colab.ipynb +++ b/notebooks/Example_RTModel_Walkthrough_colab.ipynb @@ -37,7 +37,7 @@ "source": [ "# install the DLOmix package in the current environment using pip\n", "\n", - "!python -m pip install -q git+https://github.com/wilhelm-lab/dlomix" + "!python -m pip install -q dlomix==0.0.4" ] }, {