Skip to content

Commit

Permalink
fix: builds fail with ModuleNotFoundError for hatchling
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Aug 5, 2024
1 parent 0e53a93 commit c8905bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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,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:
Expand Down

0 comments on commit c8905bf

Please sign in to comment.