Skip to content

Remove explicit NumPy 1.26 dependency constraint - #157

Open
farouk-01 wants to merge 1 commit into
finopsfoundation:devfrom
farouk-01:fix-numpy-compat
Open

Remove explicit NumPy 1.26 dependency constraint#157
farouk-01 wants to merge 1 commit into
finopsfoundation:devfrom
farouk-01:fix-numpy-compat

Conversation

@farouk-01

Copy link
Copy Markdown

Summary

Remove the explicit NumPy ^1.26 dependency constraint.

NumPy 1.26 blocks newer Python versions like 3.14. NumPy is not used directly anywhere in the project and is only present as a dependency of pandas, which selects a compatible version.

Changes

  • Removed the explicit numpy = ^1.26 dependency from pyproject.toml.

Tests

Tested with Python 3.14:

image

Signed-off-by: farouk-01 <farouk_01@outlook.com>
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