Skip to content

Commit

Permalink
fix: build failing with ModuleNotFoundError for hatchling
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Aug 6, 2024
1 parent 0d9218f commit 5842a9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "1.36.0" %}
{% set build = 0 %}
{% set build = 1 %}

package:
name: solara
Expand Down Expand Up @@ -36,7 +36,7 @@ outputs:
requirements:
host:
- python >=3.8
- hatchling
- hatchling ==1.22.2
- pip
run:
- python >=3.8
Expand Down Expand Up @@ -70,7 +70,7 @@ outputs:
requirements:
host:
- python >=3.8
- hatchling >=0.25
- hatchling ==1.22.2
- pip
run:
- python >=3.8
Expand Down Expand Up @@ -109,7 +109,7 @@ outputs:
requirements:
host:
- python
- hatchling >=0.25
- hatchling ==1.22.2
- pip
run:
- python
Expand Down Expand Up @@ -152,7 +152,7 @@ outputs:
requirements:
host:
- python
- hatchling >=0.25
- hatchling ==1.22.2
- pip
run:
- python
Expand Down

0 comments on commit 5842a9f

Please sign in to comment.