Add initial release for python-3.12.10-humanness with dependencies and configuration#75
Merged
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new Python 3.12.10 run environment (python-3.12.10-humanness) configured with polars-lts-cpu and promb for humanness scoring, along with its corresponding whitelists and workspace integrations. The review feedback correctly points out that the whitelist files for both macosx-aarch64 and macosx-x64 contain incomplete error message patterns for scipy.stats._unuran.unuran_wrapper, which are missing a closing single quote and a question mark at the end of 'SeedSequence.
mzueva
approved these changes
May 26, 2026
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.
Greptile Summary
This PR introduces a new
python-3.12.10-humannessrun environment for antibody humanness scoring, wiring it into the pnpm workspace, catalogue, and checker whitelist infrastructure following the same conventions as the existing python-3.12.10-* sibling packages.python-3.12.10-humanness/): declarespolars-lts-cpu==1.33.0andpromb==1.0.2as Python dependencies;package.jsonmirrors the structure of other environments exactly.promb).catalogue/package.json,pnpm-workspace.yaml, andpnpm-lock.yamlare all updated consistently to include the new package.Confidence Score: 4/5
Safe to merge; the change adds a new standalone package and does not touch any shared build or runtime logic.
The package structure and workspace wiring are consistent with every other sibling environment. The two open questions — whether the macOS scipy whitelist entries are truly needed by promb's transitive closure, and whether polars-lts-cpu should be 1.33.1 to match the rest of the monorepo — are low-risk and won't block correctness, but they're worth a quick confirmation before the environment ships to users.
python-3.12.10-humanness/config.json (polars version) and checker/whitelists/python-3.12.10-humanness/macosx-*.json (scipy entries) deserve a second look.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[pnpm-workspace.yaml] --> B[python-3.12.10-humanness] B --> C["config.json: polars-lts-cpu==1.33.0 + promb==1.0.2"] B --> D["package.json v0.1.0"] D --> E["build: pl-py-builder"] E --> F["pydist/ per platform"] F --> G["catalogue/package.json: 3.12.10-humanness reference"] B --> H["checker/whitelists/python-3.12.10-humanness/"] H --> I["linux + windows: empty whitelists"] H --> J["macos-aarch64 + macos-x64: scipy whitelist entries"]Prompt To Fix All With AI
Reviews (1): Last reviewed commit: "Add initial release for python-3.12.10-h..." | Re-trigger Greptile