From ebd07dc5f3edf0f4019d0f66db9c515ef9b4f94c Mon Sep 17 00:00:00 2001 From: Marvin Albert <marvin.albert@gmail.com> Date: Sun, 6 Oct 2024 14:57:09 +0200 Subject: [PATCH] Added stackview to env file --- notebooks/environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notebooks/environment.yml b/notebooks/environment.yml index 7707de1..3db4d28 100644 --- a/notebooks/environment.yml +++ b/notebooks/environment.yml @@ -11,4 +11,5 @@ dependencies: - seaborn - pandas - ipympl - - tqdm \ No newline at end of file + - tqdm + - stackview \ No newline at end of file -- GitLab