From e5d883344186de8c60f52f40aa5fe9f03277a68f Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Fri, 24 Feb 2023 16:29:44 -0500 Subject: [PATCH] Require older conda-constructor for now until I can fix Windows NSIS. --- buildenv.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv.yaml b/buildenv.yaml index 3dd229c..04826a2 100644 --- a/buildenv.yaml +++ b/buildenv.yaml @@ -4,6 +4,6 @@ channels: dependencies: - anaconda-client - conda-build - - constructor + - constructor <3.4 - python-patch - requests