Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source:
sha256: 5355f2dc16fbdc452a714dee2e440125e33b82373b3032cb53bea96e7019fa0b

build:
number: 0
number: 1
noarch: python
script: ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation

Expand All @@ -32,7 +32,7 @@ requirements:
- rich >=14.2.0
run_constraints:
- tree_sitter >=0.25.0
- tree_sitter_languages =1.10.2
- tree-sitter-language-pack >=0.13.0

tests:
- python:
Expand Down