From 7bb56ac14d06ba407d8246006b54a04a5fa22c5b Mon Sep 17 00:00:00 2001 From: Harrison Date: Fri, 21 Apr 2023 11:25:22 -0500 Subject: [PATCH] Reduced build 'environment.yml' version specificity --- environment.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/environment.yml b/environment.yml index 6b3b687..13e4fe7 100644 --- a/environment.yml +++ b/environment.yml @@ -3,9 +3,8 @@ channels: - anaconda - conda-forge dependencies: - - build=0.7.0 - - pytest=7.2.2 - - python=3.11.3 - - setuptools=67.6.1 - - twine=4.0.2 - - cryptography=38.0.4 + - build=0.7 + - pytest=7.2 + - python=3.11 + - setuptools=67.6 + - twine=4.0