Skip to content

Update dependencies#48

Merged
A-CGray merged 11 commits intomainfrom
update_dependencies
Mar 23, 2026
Merged

Update dependencies#48
A-CGray merged 11 commits intomainfrom
update_dependencies

Conversation

@sabakhshi
Copy link
Copy Markdown
Contributor

Purpose

Dependencies update

Expected time until merged

1 day

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

@sabakhshi sabakhshi requested a review from a team as a code owner March 23, 2026 21:17
@sabakhshi sabakhshi requested a review from A-CGray March 23, 2026 21:17
@A-CGray
Copy link
Copy Markdown
Member

A-CGray commented Mar 23, 2026

Let's update the python, numpy and matplotlib versions used in the tests too

@sabakhshi
Copy link
Copy Markdown
Contributor Author

Let's update the python, numpy and matplotlib versions used in the tests too

It seems like the test use 3.9, 3.10, and 3.11

We would have to get rid of 3.9 and 3.10

@A-CGray
Copy link
Copy Markdown
Member

A-CGray commented Mar 23, 2026

Let's update the python, numpy and matplotlib versions used in the tests too

It seems like the test use 3.9, 3.10, and 3.11

We would have to get rid of 3.9 and 3.10

Yeah, I'd go with 3.11, 3.12, 3.13

@sabakhshi
Copy link
Copy Markdown
Contributor Author

Let's update the python, numpy and matplotlib versions used in the tests too

It seems like the test use 3.9, 3.10, and 3.11
We would have to get rid of 3.9 and 3.10

Yeah, I'd go with 3.11, 3.12, 3.13

What about numpy and mpl?

We test on 1.23.* and 1.26..
I'll get rid of 1.23.
but should I add 2.0.*?

@sabakhshi
Copy link
Copy Markdown
Contributor Author

oh shoot

@A-CGray A-CGray merged commit 4b6d1c6 into main Mar 23, 2026
15 checks passed
@A-CGray A-CGray deleted the update_dependencies branch March 23, 2026 22:00
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