Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin numpy<2 in pyproject.toml to fix build failures #18

Merged
merged 2 commits into from
Nov 13, 2024
Merged

Conversation

tkclam
Copy link
Contributor

@tkclam tkclam commented Nov 5, 2024

This PR pins numpy<2 in pyproject.toml to resolve build issues with NumPy 2. Removed setup_requires=["numpy"] from setup.py, as build dependencies are now managed in pyproject.toml. The change should be backwards compatible with Python versions down to 3.6.

@tkclam tkclam requested review from azmaite and jasper-tms November 5, 2024 23:11
@tkclam tkclam merged commit ead92e6 into master Nov 13, 2024
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