Skip to content

Conversation

@finitearth
Copy link
Owner

@finitearth finitearth commented Aug 2, 2025

@finitearth finitearth marked this pull request as ready for review August 2, 2025 10:08
@finitearth finitearth requested a review from mo374z as a code owner August 2, 2025 10:08
@finitearth finitearth requested review from Copilot and timo282 August 2, 2025 10:08
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 Python version requirements and relaxes the numpy version constraint to address compatibility issues. The changes prepare the project for Python 3.9's end-of-support in October 2025 while allowing for broader numpy version compatibility.

  • Update minimum Python version from 3.9 to 3.10
  • Relax numpy version constraint from ^1.26.0 to >=1.26.0, <3.0.0
  • Make optional dependency groups explicit in pyproject.toml

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
pyproject.toml Updates Python and numpy version constraints, adds explicit optional group declarations, and bumps package version
README.md Updates Python version badge to reflect new minimum requirement
Comments suppressed due to low confidence (1)

pyproject.toml:10

  • The numpy version constraint allows versions up to 3.0.0, but numpy 3.0.0 does not exist yet. The latest major version is 2.x. Consider using a more conservative upper bound like "<2.1.0" or "<2.0.0" to avoid potential compatibility issues.
numpy = ">=1.26.0, <3.0.0"

@github-actions
Copy link

github-actions bot commented Aug 2, 2025

Coverage

Tests Skipped Failures Errors Time
63 0 💤 0 ❌ 0 🔥 0.743s ⏱️

@finitearth finitearth merged commit 1014ccf into main Aug 4, 2025
2 checks passed
@finitearth finitearth deleted the fix/relax-numpy-version-constraint branch August 4, 2025 08:08
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.

4 participants