From 57f647fe02cdfc93dba13efd368db09480551ce3 Mon Sep 17 00:00:00 2001 From: Tomas Mudrunka Date: Mon, 9 Jun 2025 10:18:48 +0200 Subject: [PATCH] Add ladybug python module, fixes #411 --- conda/linux/create_bundle.sh | 1 + conda/osx/create_bundle.sh | 1 + conda/win/create_bundle.bat | 1 + 3 files changed, 3 insertions(+) diff --git a/conda/linux/create_bundle.sh b/conda/linux/create_bundle.sh index 0b4e1f3..764da40 100755 --- a/conda/linux/create_bundle.sh +++ b/conda/linux/create_bundle.sh @@ -18,6 +18,7 @@ mamba create --copy -p ${conda_env} \ calculix \ docutils \ ifcopenshell \ + ladybug-core \ lark \ lxml \ matplotlib-base \ diff --git a/conda/osx/create_bundle.sh b/conda/osx/create_bundle.sh index 9f43efd..0015a21 100644 --- a/conda/osx/create_bundle.sh +++ b/conda/osx/create_bundle.sh @@ -16,6 +16,7 @@ mamba create --copy -p ${conda_env} \ docutils \ ifcopenshell \ jinja2 \ + ladybug-core \ lark \ lxml \ matplotlib-base \ diff --git a/conda/win/create_bundle.bat b/conda/win/create_bundle.bat index 041ee10..cc957f7 100644 --- a/conda/win/create_bundle.bat +++ b/conda/win/create_bundle.bat @@ -14,6 +14,7 @@ call mamba create --copy -y -p %conda_env% ^ docutils ^ gmsh ^ ifcopenshell ^ + ladybug-core ^ lark ^ ^ lxml ^ matplotlib-base ^