From b70678b7fa9ec467988d5ed5bcc5480342eca77d Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Fri, 25 Apr 2025 15:36:12 +0200 Subject: [PATCH] Install Python Workflow Definition from conda-forge --- environment.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 749859d..dd5d92c 100644 --- a/environment.yml +++ b/environment.yml @@ -2,6 +2,5 @@ channels: - conda-forge dependencies: - python =3.12 +- python-workflow-definition =0.0.1 - conda_subprocess =0.0.6 -- pip: - - python-workflow-definition==0.0.1