Skip to content

Conversation

@AndrewSazonov
Copy link
Member

No description provided.

@AndrewSazonov AndrewSazonov requested a review from Copilot January 6, 2026 12:32
@AndrewSazonov AndrewSazonov added the [scope] maintenance Code/tooling cleanup, no feature or bugfix (major.minor.PATCH) label Jan 6, 2026
@codecov
Copy link

codecov bot commented Jan 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.93%. Comparing base (85def95) to head (45a267b).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #123   +/-   ##
========================================
  Coverage    82.93%   82.93%           
========================================
  Files           89       89           
  Lines         5461     5461           
  Branches       453      453           
========================================
  Hits          4529     4529           
  Misses         761      761           
  Partials       171      171           
Flag Coverage Δ
integration 68.52% <ø> (ø)
unittests 73.48% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates project dependencies to their latest compatible versions by removing previously imposed version constraints and updating development tools. The changes address compatibility issues that have been resolved in newer versions of the affected packages.

  • Removes numpy version constraint (previously capped at <2.4 for cryspy 0.9.x compatibility)
  • Removes mkdocs-autorefs version constraint (previously capped at <1.3.0 to avoid deprecation warnings)
  • Removes macOS-specific h5py workaround (version 3.14.0 pinning to avoid broken 3.15.0 wheel)
  • Updates setup-pixi GitHub Action from v0.9.0 to v0.9.3 across all workflows

Reviewed changes

Copilot reviewed 11 out of 12 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
pyproject.toml Removes version constraints from numpy and mkdocs-autorefs dependencies, allowing latest compatible versions
pixi.toml Removes macOS h5py workaround and adds --force-reinstall flag to dev-install command
.github/workflows/tutorial-tests.yaml Updates setup-pixi action to v0.9.3
.github/workflows/test.yaml Updates setup-pixi action to v0.9.3 in two job steps
.github/workflows/release-notes.yaml Updates setup-pixi action to v0.9.3
.github/workflows/quality.yaml Updates setup-pixi action to v0.9.3
.github/workflows/pypi-test.yaml Updates setup-pixi action to v0.9.3
.github/workflows/pypi-publish.yaml Updates setup-pixi action to v0.9.3
.github/workflows/docs.yaml Updates setup-pixi action to v0.9.3
.github/workflows/dashboard.yaml Updates setup-pixi action to v0.9.3
.github/workflows/coverage.yaml Updates setup-pixi action to v0.9.3 in three job steps

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@AndrewSazonov AndrewSazonov merged commit a74c070 into develop Jan 6, 2026
51 checks passed
@AndrewSazonov AndrewSazonov deleted the bump-deps branch January 6, 2026 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[scope] maintenance Code/tooling cleanup, no feature or bugfix (major.minor.PATCH)

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants