From 366bc2c2e9b274d5240e077120b0365be4c3ffb2 Mon Sep 17 00:00:00 2001 From: lilymaryam Date: Fri, 10 Apr 2026 16:50:17 -0700 Subject: [PATCH] better conda env --- install/environment.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/environment.yml b/install/environment.yml index ebe55f1c..87241bdb 100644 --- a/install/environment.yml +++ b/install/environment.yml @@ -5,16 +5,16 @@ channels: - anaconda dependencies: - cxx-compiler - - cmake<=3.20 - - protobuf<=3.20.3 + - cmake=3.20 + - protobuf=3.12.4 - make - autoconf - boost-cpp - mafft - - python - git - wget - rsync - - openmpi + - openmpi=3.1.0 - openssh - isa-l + - libhwloc