Skip to content

Commit

Permalink
MNT: Add hatchling explicitly to dependencies
Browse files Browse the repository at this point in the history
This is normally implicit by the declaration in pyproject.toml,
but conda-build needs explicitly listing.
  • Loading branch information
ndevenish committed Oct 29, 2024
1 parent 2727313 commit cb8d706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ build:
- {{ compiler('cxx') }} # [not bootstrap]
- {{ stdlib('c') }} # [not bootstrap]
- cxx-compiler # [bootstrap]
- hatchling

host:
- cctbx-base # [prebuilt_cctbx and bootstrap]
Expand Down

0 comments on commit cb8d706

Please sign in to comment.