From 83c384e55c133ad8152c61477868b2a4e231b67b Mon Sep 17 00:00:00 2001 From: Harrison Date: Mon, 24 Apr 2023 12:13:32 -0500 Subject: [PATCH] Upgraded package 'build' and downgraded 'cryptography' --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 8d87a68..7a89d02 100644 --- a/environment.yml +++ b/environment.yml @@ -3,9 +3,9 @@ channels: - anaconda - conda-forge dependencies: - - build=0.7 + - build=0.10 - pytest=7.2 - python=3.11 - setuptools=67.6 - twine=4.0 - - openssl=22.1 \ No newline at end of file + - cryptography=38.0.4 \ No newline at end of file