From f74fea0b24fec6fa3b3ad7d75dce0e04982f4a6e Mon Sep 17 00:00:00 2001 From: Harrison Date: Tue, 11 Apr 2023 12:58:38 -0500 Subject: [PATCH] Updated development environment to include build tools --- environment.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/environment.yml b/environment.yml index 3ced613..d8c8bfe 100644 --- a/environment.yml +++ b/environment.yml @@ -2,4 +2,7 @@ name: splitmsa channels: - conda-forge dependencies: + - build=0.7.0 + - pytest=7.2.2 + - twine=4.0.2 - biopython=1.81