Skip to content

test locked dependency versions against minimums - #256

Merged
yakew7 merged 1 commit into
yakew7:mainfrom
ahmdkaml:test-dependency-version-consistency
Aug 14, 2026
Merged

test locked dependency versions against minimums#256
yakew7 merged 1 commit into
yakew7:mainfrom
ahmdkaml:test-dependency-version-consistency

Conversation

@ahmdkaml

Copy link
Copy Markdown
Collaborator

Adds the dependency-version consistency test from #215 and resolves the drift it detects.

  • Restore tests/test_dependency_versions.py
  • Check locked versions against pyproject.toml minimums
  • Lower the scikit-learn minimum from 1.9.0 to 1.8.0 to match the frozen lock file

The frozen requirements-lock.txt is left unchanged.

Closes #255

@ahmdkaml
ahmdkaml requested a review from yakew7 as a code owner August 14, 2026 12:05
@vercel

vercel Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

@ahmdkaml is attempting to deploy a commit to the yashkewlani2020-gmailcom's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions

Copy link
Copy Markdown

@yakew7 - new PR to review.

@yakew7
yakew7 merged commit b3c7e35 into yakew7:main Aug 14, 2026
16 of 18 checks passed
yakew7 added a commit that referenced this pull request Aug 14, 2026
#235 declared matplotlib>=3.11 in pyproject.toml's benchmark extra,
copied from requirements.txt without checking it against
requirements-lock.txt - which has matplotlib==3.10.9. #256's restored
tests/test_dependency_versions.py (fixing #255's scikit-learn drift)
caught this same drift for matplotlib once both landed on main.

Lower the declared floor to >=3.10 to match what's actually locked,
same fix pattern as #256's scikit-learn change.
yakew7 added a commit that referenced this pull request Aug 14, 2026
Bump the snapshot to cover #256, #258, #259, #260, #261 - five PRs
merged since the last update (#238). Corrects ahmdkaml's merged-PR
count from 30 to 36 (the previous count undercounted due to gh pr
list's default 30-item page limit) and adds their #256/#258/#259
work. Credits evanjain-dot's ruff-linter PR (#261, closes #248) and
propcgamer20-png's report.py table-accessibility PR (#260, closes
#254), and adds propcgamer20-png to the Profiler - CLI & loaders area
row for touching faircode/report.py.
yakew7 added a commit that referenced this pull request Aug 14, 2026
CHANGELOG.md was missing entries for two ahmdkaml PRs that landed
today: #258/#259 (closes #246, frozen-files/build-explainers now run
on direct pushes to main, not just PRs) and #256 (closes #255,
restores tests/test_dependency_versions.py and fixes the scikit-learn
drift it caught instead of leaving it deleted). Also added PR-author
credit to the existing #248/#254 entries now that it's known who
actually submitted those PRs (evanjain-dot, propcgamer20-png).

METRICS.md: stars 42 -> 43 (verified live via the GitHub API; forks,
watching, and contributors confirmed unchanged the same way - the
contributors badge's 14 already matched the API's 16 total minus the
2 bot accounts). Added a "2026-W33 (later in week)" narrative note
summarizing the day's batch, matching the doc's existing convention
for multiple same-week updates.
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.

requirements-lock.txt pins scikit-learn 1.8.0 while pyproject.toml requires >=1.9.0 - the test that caught it was deleted

2 participants