From 68454000defd4cd017498f11f1da20005357deac Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Fri, 25 Apr 2025 15:36:48 +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 ce2abac..b506163 100644 --- a/environment.yml +++ b/environment.yml @@ -2,6 +2,7 @@ channels: - conda-forge dependencies: - python =3.12 +- python-workflow-definition =0.0.1 - ase=3.24.0 - hatchling =1.27.0 - matplotlib=3.10.1 @@ -9,5 +10,3 @@ dependencies: - optimade=1.2.3 - qe=7.2 - qe-tools=2.0.0 -- pip: - - python-workflow-definition==0.0.1