add recipe for finch-tensor-lite#32124
Open
lucascolley wants to merge 16 commits intoconda-forge:mainfrom
Open
add recipe for finch-tensor-lite#32124lucascolley wants to merge 16 commits intoconda-forge:mainfrom
lucascolley wants to merge 16 commits intoconda-forge:mainfrom
Conversation
Contributor
|
Hi! This is the staged-recipes linter and your PR looks excellent! 🚀 |
Contributor
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
lucascolley
commented
Feb 5, 2026
lucascolley
commented
Feb 5, 2026
lucascolley
commented
Feb 6, 2026
Comment on lines
+11
to
+13
| - git: https://github.com/finch-tensor/finch-tensor-lite.git | ||
| tag: v${{ version }} | ||
| target_directory: repo |
Member
Author
There was a problem hiding this comment.
upstream does not ship tests in the sdist, so we grab them from the repo instead
| build: | ||
| skip: | ||
| - match(python, "<3.11") | ||
| - win |
Member
Author
There was a problem hiding this comment.
run dependency on a c-compiler seems to be fiddly for windows
Comment on lines
+30
to
+36
| - poetry-core <3.0 | ||
| run: | ||
| - python | ||
| - numpy <2.4 | ||
| - numba <0.63.1 | ||
| - donfig <0.9.0 | ||
| - lark <2.0.0 |
Member
Author
There was a problem hiding this comment.
pins taken from upstream
lucascolley
commented
Feb 6, 2026
| - finchlite | ||
| pip_check: true | ||
| - script: | ||
| - pytest -ra repo/tests --ignore-glob=repo/tests/reference/* |
Member
Author
There was a problem hiding this comment.
Member
Author
|
@conda-forge/help-python-c ready for review, thanks! |
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://github.com/finch-tensor/finch-tensor-lite
Checklist
url) rather than a repo (e.g.git_url) is used in your recipe (see here for more details).