Skip to content

Fix pip check: bump pyiron_snippets/scikit-learn/tqdm pins to resolved versions#79

Merged
ligerzero-ai merged 1 commit into
mainfrom
fix/pip-check-pins
Jun 13, 2026
Merged

Fix pip check: bump pyiron_snippets/scikit-learn/tqdm pins to resolved versions#79
ligerzero-ai merged 1 commit into
mainfrom
fix/pip-check-pins

Conversation

@ligerzero-ai

Copy link
Copy Markdown
Contributor

pip check fails on main: the project pins pyiron_snippets==1.2.1, scikit-learn==1.8.0, tqdm==4.67.3, but uv sync --all-extras --dev resolves 1.3.0/1.9.0/4.68.2 (driven by transitive constraints — e.g. pyiron-workflow==0.15.6), so the recorded metadata mismatches the installed versions and pip check exits 1. This bumps the three direct pins to match the resolved versions.

… pip check)

pip check failed on main: the project declared ==1.2.1/==1.8.0/==4.67.3 but
uv sync --all-extras --dev resolves 1.3.0/1.9.0/4.68.2 (transitive constraints),
so the recorded metadata mismatched the installed versions. Align the direct
pins with what is actually resolved.
@github-actions

Copy link
Copy Markdown

Binder 👈 Launch a binder notebook on branch pyiron/pyiron_workflow_atomistics/fix/pip-check-pins

@ligerzero-ai ligerzero-ai merged commit 79ce54a into main Jun 13, 2026
34 of 35 checks passed
@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 27466681127

Coverage remained the same at 90.032%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 3762
Covered Lines: 3387
Line Coverage: 90.03%
Coverage Strength: 0.9 hits per line

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants