From 3b3918916ba1b0b1ddd8328605a97426942da9f1 Mon Sep 17 00:00:00 2001 From: David Perez-Suarez Date: Wed, 23 Oct 2024 18:03:13 +0100 Subject: [PATCH] Fixes typo for environment dependencies --- data/swc_environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/swc_environment.yml b/data/swc_environment.yml index b0aedcbf..2799056c 100644 --- a/data/swc_environment.yml +++ b/data/swc_environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: - ipykernel - - jupyer + - jupyter - matplotlib - numpy - pandas