Conversation
Agent-Logs-Url: https://github.com/bigbio/quantms-utils/sessions/f746f481-8c8f-4397-8c9e-f4609a354055 Co-authored-by: ypriverol <52113+ypriverol@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
ypriverol
March 30, 2026 13:53
View session
Member
|
@copilot the version have to be encoded in someway; because the recipe is failing: https://github.com/bigbio/quantms-utils/actions/runs/23748956530/job/69185245147 |
Agent-Logs-Url: https://github.com/bigbio/quantms-utils/sessions/2a55fdd0-97c0-4013-89ff-d3d9718d9ea5 Co-authored-by: ypriverol <52113+ypriverol@users.noreply.github.com>
Contributor
Author
The conda recipe was missing
|
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.
Removes the hardcoded version and migrates
pyproject.tomlfrom Poetry to Hatchling, usinghatch-vcsto derive version from git tags — matching the pattern used in pmultiqc.Changes
poetry-core→hatchling+hatch-vcsversion = "0.0.27"→dynamic = ["version"]sourced from VCS tags[tool.poetry]→ PEP 621[project]with updated author syntax[tool.poetry.dependencies]→[project] dependenciesarray[tool.poetry.urls/scripts]→[project.urls]/[project.scripts][tool.hatch.version],[tool.hatch.version.raw-options](local_scheme = "no-local-version"), and[tool.hatch.build.targets.wheel]