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

Create pyproject.toml #97

Merged
merged 2 commits into from
Oct 3, 2024
Merged

Create pyproject.toml #97

merged 2 commits into from
Oct 3, 2024

Conversation

slivingston
Copy link
Member

This pull request creates a pyproject.toml file that is a direct translation of parts of setup.py, so the resulting behavior should be the same. Note that pip install -e (editable installation) is deprecated for projects without pyproject.toml, in favor of the new standard https://peps.python.org/pep-0660/

I also observed that the pinned version (1.3.0) of cvxopt does not install on a modern Mac computer, so I changed the pin to the current release (1.3.2).

`pip install` of cvxopt 1.3.0 fails on macOS 14.6 with Apple M2 Max
@slivingston slivingston merged commit 8c39e6a into main Oct 3, 2024
10 checks passed
@slivingston slivingston deleted the pkg-maintenance branch October 3, 2024 19:35
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