From 4bea0eb15e01ec0139c64426e2f40966987a9273 Mon Sep 17 00:00:00 2001 From: Harrison Date: Mon, 24 Apr 2023 12:22:01 -0500 Subject: [PATCH] Downgrading 'python-build' package --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index b173071..8e4e936 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - anaconda - conda-forge dependencies: - - python-build=0.10.0 + - python-build=0.7 - pytest=7.2 - python=3.11 - setuptools=67.6