Skip to content

Fix numpy version to 2.3.3#845

Merged
jan-janssen merged 4 commits intomainfrom
Numpy
Oct 15, 2025
Merged

Fix numpy version to 2.3.3#845
jan-janssen merged 4 commits intomainfrom
Numpy

Conversation

@jan-janssen
Copy link
Member

@jan-janssen jan-janssen commented Oct 15, 2025

Summary by CodeRabbit

  • Chores
    • Pinned numpy to version 2.3.3 across all CI environments, standardizing dependency resolution and improving consistency of automated checks.
    • No other dependencies were changed.
    • No impact on application features or user workflows; behavior remains the same.
    • Internal validation becomes more predictable across platforms, including Linux, Windows, and MPI variants.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 15, 2025

Walkthrough

The PR pins the numpy dependency to version 2.3.3 across four CI environment YAML files (.ci_support), replacing previously unpinned numpy entries. No other dependencies or logic are changed.

Changes

Cohort / File(s) Summary
CI environment numpy pinning
.ci_support/environment-mini.yml, .ci_support/environment-mpich.yml, .ci_support/environment-openmpi.yml, .ci_support/environment-win.yml
Change dependency entry from - numpy to - numpy =2.3.3 to enforce a fixed version in all CI envs.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

A whisk of whiskers, a hop in the night,
I pinned the nums to keep builds tight.
2.3.3, as steady as stone,
No wobbly wheels, no version unknown.
Now CI burrows hum just right—
Thump-thump, ship it, into the light! 🐇✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title succinctly and accurately captures the essence of the changeset by stating the update to pin the numpy dependency to version 2.3.3, directly reflecting the modifications made across the CI environment files.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch Numpy

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 5b25827 and 6c5a542.

📒 Files selected for processing (4)
  • .ci_support/environment-mini.yml (1 hunks)
  • .ci_support/environment-mpich.yml (1 hunks)
  • .ci_support/environment-openmpi.yml (1 hunks)
  • .ci_support/environment-win.yml (1 hunks)
🔇 Additional comments (1)
.ci_support/environment-openmpi.yml (1)

5-5: Confirm numpy 2.3.3 availability on all CI platforms
Curl to repodata.json failed with a JSON decode error—please manually verify that numpy-2.3.3 is present for linux-64, osx-64, and win-64 on conda-forge to avoid solver failures.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Oct 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.16%. Comparing base (5b25827) to head (6c5a542).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #845   +/-   ##
=======================================
  Coverage   98.16%   98.16%           
=======================================
  Files          34       34           
  Lines        1688     1688           
=======================================
  Hits         1657     1657           
  Misses         31       31           

☔ 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.

@jan-janssen jan-janssen merged commit 4675f30 into main Oct 15, 2025
62 of 63 checks passed
@jan-janssen jan-janssen deleted the Numpy branch October 15, 2025 06:22
@coderabbitai coderabbitai bot mentioned this pull request Feb 2, 2026
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