From d8160884a7286988384b73c9ad09e8afbccce0cd Mon Sep 17 00:00:00 2001 From: Ramiro Torres-Escobedo <82693024+torresramiro350@users.noreply.github.com> Date: Fri, 18 Oct 2024 21:38:41 +0800 Subject: [PATCH] Downgrading ROOT to version <6.30 There are issues with the implementation of ROOT 6.30+ which break the functionality for threeML. --- ci/environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/environment.yml b/ci/environment.yml index e1df3f9..d42960b 100644 --- a/ci/environment.yml +++ b/ci/environment.yml @@ -47,4 +47,5 @@ dependencies: - threeml>=2.2.1 - future - numba + - root<=6.30 - reproject