Skip to content

Update Numpy version requirement to allow newer releases#7

Merged
ecarrenolozano merged 3 commits intomainfrom
fix/numpy-dependency-version
Mar 9, 2026
Merged

Update Numpy version requirement to allow newer releases#7
ecarrenolozano merged 3 commits intomainfrom
fix/numpy-dependency-version

Conversation

@ecarrenolozano
Copy link
Copy Markdown
Member

This pull request makes a minor update to the dependency specification for numpy in the pyproject.toml file, relaxing the version constraint to allow any version greater than or equal to 1.26.4 rather than requiring an exact match.

  • Changed the numpy dependency version from ^1.26.4 to >=1.26.4 in pyproject.toml, allowing for greater flexibility in compatible versions.

@ecarrenolozano ecarrenolozano self-assigned this Mar 9, 2026
@ecarrenolozano ecarrenolozano merged commit 9f24aff into main Mar 9, 2026
8 checks passed
@ecarrenolozano ecarrenolozano deleted the fix/numpy-dependency-version branch March 9, 2026 13:28
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