From 8c8d8642d8faf98d8a80643c4be00b3196d02d64 Mon Sep 17 00:00:00 2001 From: JHKru Date: Fri, 6 Sep 2024 00:26:12 +0200 Subject: [PATCH] Experimental: Restrict biotite --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 3e29af1..0aa1f20 100644 --- a/environment.yml +++ b/environment.yml @@ -7,8 +7,8 @@ channels: - conda-forge dependencies: - - numpy >=1.15,<2.0 - - biotite >=0.32 + - numpy >=1.15,<1.25 + - biotite >=0.32<0.40 - prody >=2.1 - pytest >=5.2 - matplotlib >=3.3