From 5842a9ff2d5d92e357e31ccce696c95d5196bd5d Mon Sep 17 00:00:00 2001 From: Iisakki Rotko Date: Mon, 5 Aug 2024 15:46:16 +0200 Subject: [PATCH] fix: build failing with ModuleNotFoundError for hatchling --- recipe/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e944c4d..55cffd7 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,7 +36,7 @@ outputs: requirements: host: - python >=3.8 - - hatchling + - hatchling ==1.22.2 - pip run: - python >=3.8 @@ -70,7 +70,7 @@ outputs: requirements: host: - python >=3.8 - - hatchling >=0.25 + - hatchling ==1.22.2 - pip run: - python >=3.8 @@ -109,7 +109,7 @@ outputs: requirements: host: - python - - hatchling >=0.25 + - hatchling ==1.22.2 - pip run: - python @@ -152,7 +152,7 @@ outputs: requirements: host: - python - - hatchling >=0.25 + - hatchling ==1.22.2 - pip run: - python