Skip to content

Updated dependencies and bumped version#63

Merged
A-CGray merged 5 commits intomainfrom
updateDependencies2026
Mar 19, 2026
Merged

Updated dependencies and bumped version#63
A-CGray merged 5 commits intomainfrom
updateDependencies2026

Conversation

@JavierAlbaM
Copy link
Copy Markdown
Contributor

Purpose

Expected time until merged

Type of change

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (non-backwards-compatible fix or feature)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Documentation update
  • Maintenance update
  • Other (please describe)

Testing

Checklist

  • I have run ruff check and ruff format to make sure the Python code adheres to PEP-8 and is consistently formatted
  • I have formatted the Fortran code with fprettify or C/C++ code with clang-format as applicable
  • I have run unit and regression tests which pass locally with my changes
  • I have added new tests that prove my fix is effective or that my feature works
  • I have added necessary documentation

@JavierAlbaM JavierAlbaM requested a review from a team as a code owner March 17, 2026 22:26
@JavierAlbaM JavierAlbaM requested a review from A-CGray March 17, 2026 22:26
Copy link
Copy Markdown
Member

@A-CGray A-CGray left a comment

Choose a reason for hiding this comment

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

Can you update the python and numpy versions we use in the tests to match the versions in our docker images? (python 3.11 and 3.12, numpy 1.25 and 2.3)

python-version: [3.9, 3.11]
numpy-version: ["~=1.21.0", "~=1.26.0"]
exclude:
- python-version: 3.11
numpy-version: "~=1.21.0"

@A-CGray A-CGray merged commit 682f44c into main Mar 19, 2026
7 checks passed
@A-CGray A-CGray deleted the updateDependencies2026 branch March 19, 2026 15:25
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