From 12129dad19b8d8c94eaec00dae6fdbaf73854fb1 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:10:32 +0200 Subject: [PATCH] FIX: install `tf-keras` --- docs/lecture12d-phasespace.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lecture12d-phasespace.ipynb b/docs/lecture12d-phasespace.ipynb index 24d0ed4..47e3ccd 100644 --- a/docs/lecture12d-phasespace.ipynb +++ b/docs/lecture12d-phasespace.ipynb @@ -31,7 +31,7 @@ }, "outputs": [], "source": [ - "%pip install -q gdown matplotlib numpy phasespace pylorentz" + "%pip install -q gdown matplotlib numpy phasespace pylorentz tf-keras" ] }, { @@ -559,7 +559,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.12" + "version": "3.10.14" } }, "nbformat": 4,