From fe0d3cbea23b08062576961d13395cf4f157a654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20H=C3=A9risson?= Date: Thu, 7 Mar 2024 09:32:20 +0100 Subject: [PATCH] build(environment.yaml): add openpyxl --- environment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yaml b/environment.yaml index cb86f60..ad0f936 100644 --- a/environment.yaml +++ b/environment.yaml @@ -8,3 +8,4 @@ dependencies: - scipy - brs_utils - scikit-learn + - openpyxl