From 20827754386e2c2e289e03f20a6248d10ccbe7ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20H=C3=A9risson?= Date: Fri, 10 Apr 2026 10:11:24 +0200 Subject: [PATCH] build(environment.yaml): fix min dep ver --- environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yaml b/environment.yaml index 6954057..23846ae 100644 --- a/environment.yaml +++ b/environment.yaml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: - python - - brs_utils>=1.6.0 + - brs_utils>=1.26.0 - requests - rdkit - colored