From dbd6bdc0b2d64dd268b44b77209762cf6f78f8c5 Mon Sep 17 00:00:00 2001 From: Jamie Gooding Date: Thu, 28 Sep 2023 14:32:14 +0200 Subject: [PATCH] Specify ROOT version; include conda-forge channel in environment.yml --- environment.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 9a90841..688f9af 100644 --- a/environment.yml +++ b/environment.yml @@ -1,9 +1,11 @@ name: whisk-env +channels: + - conda-forge dependencies: - python=3.9 - numpy - typing + - root=6.26.06 - pip: - - ROOT=6.26.06 - git+https://github.com/blaze/dask.git#egg=dask[complete] \ No newline at end of file