Skip to content

(PR52) chore: align dependency pinning policy across all repo#138

Open
nikolaredstork wants to merge 1 commit into
developfrom
chore/align-dependency-pinning-policy
Open

(PR52) chore: align dependency pinning policy across all repo#138
nikolaredstork wants to merge 1 commit into
developfrom
chore/align-dependency-pinning-policy

Conversation

@nikolaredstork
Copy link
Copy Markdown
Collaborator

@nikolaredstork nikolaredstork commented May 24, 2026

Process CHORE - Dependencies Policy Pinning Allignment

Aligns dependency pinning across the GEMS ecosystem with an agreed policy:

Third-party dependencies → >= (flexible lower bound, allows patch/minor upgrades without manual bumps)
Specific/internal dependencies (antares-craft, gemspy, pypsa) → == (exact pin, ensures coordinated releases between GEMS components)

Description

Six changes across two files:

requirements.txt:

pandas==2.2.3 → >=2.2.3
pytest==7.0.1 → >=7.0.1
pytest-xdist==3.8.0 → >=3.8.0

requirements-dev.txt:

ruff==0.9.10 → >=0.9.10
mypy==1.15.0 → >=1.15.0
yamllint==1.35.1 → >=1.35.1

Checklist

@nikolaredstork nikolaredstork requested a review from tbittar May 30, 2026 12:47
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