From c8905bf436babce548b1e72314c20dabd6e2f2c1 Mon Sep 17 00:00:00 2001 From: Iisakki Rotko Date: Mon, 5 Aug 2024 10:39:04 +0200 Subject: [PATCH] fix: builds fail with ModuleNotFoundError for hatchling --- recipe/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e944c4d..85f76b6 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set version = "1.36.0" %} -{% set build = 0 %} +{% set build = 1 %} package: name: solara @@ -36,10 +36,11 @@ outputs: requirements: host: - python >=3.8 - - hatchling + - hatchling >=0.25 - pip run: - python >=3.8 + - hatchling >=0.25 - solara-ui - solara-server run_constrained: