Skip to content

migrate from setup.py to pyproject.toml #131

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

Merged
merged 4 commits into from
Mar 13, 2025
Merged

Conversation

vtavana
Copy link
Collaborator

@vtavana vtavana commented Mar 12, 2025

Migrating from setup.py to pyproject.toml to avoid deprecated warning.

DEPRECATION: Legacy editable install of mkl_fft==1.3.11 from file:~/repos/mkl_fft (setup.py develop) is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at pypa/pip#11457

In addition, required_python version is updated to be 3.9>=,<3.13, numpy version is updated to be >1.26.4 and also support for macOS is removed since OneAPI support discontinued.

@vtavana vtavana self-assigned this Mar 12, 2025
@vtavana vtavana marked this pull request as ready for review March 12, 2025 20:11
@vtavana vtavana merged commit b2478fe into master Mar 13, 2025
40 checks passed
@vtavana vtavana deleted the migrate-setup-pyproject branch March 13, 2025 15:03
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.

None yet

3 participants