Skip to content

Loosen dependency pins and remove codeflash from deps#311

Merged
KRRT7 merged 2 commits intomainfrom
fix/loosen-dependency-pins
Apr 2, 2026
Merged

Loosen dependency pins and remove codeflash from deps#311
KRRT7 merged 2 commits intomainfrom
fix/loosen-dependency-pins

Conversation

@KRRT7
Copy link
Copy Markdown
Collaborator

@KRRT7 KRRT7 commented Apr 2, 2026

Summary

  • Remove strict version pins from black, networkx, numpy, pandas so uv sync can resolve versions compatible with the full requires-python >= 3.9 range
  • Remove codeflash from project dependencies (it's installed separately by CI workflows)

Test plan

  • uv sync resolves cleanly on Python 3.13
  • CI tests pass

KRRT7 added 2 commits April 2, 2026 04:01
- Remove version pins from black, networkx, numpy, pandas so uv can
  resolve versions compatible with the full requires-python range (>=3.9)
- Remove codeflash from project dependencies (installed separately)
pytest was previously pulled in transitively via codeflash. Now that
codeflash is removed from deps, pytest must be declared explicitly.
@KRRT7 KRRT7 merged commit 5c2bbd1 into main Apr 2, 2026
4 checks passed
@KRRT7 KRRT7 deleted the fix/loosen-dependency-pins branch April 2, 2026 09:07
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.

1 participant