Migrate dependency management to pyproject.toml#115
Migrate dependency management to pyproject.toml#115
pyproject.toml#115Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cbc662f117
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
Thanks @mslaffin this is great!! We should catch up again some time there is a lot happening! We're getting close to melting metal soon. |
|
@codex review |
|
Codex Review: Didn't find any major issues. 🎉 ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Enforces Python 3.11 using
pyproject.tomland itsrequires-pythonfield.Closes #114
Changes:
pyproject.tomlto declare project dependencies. Setspy-modules = []since the main project is a runnable app, not an importable library.requirements.txt, since all deps and their pins are in the .tomlOn Python 3.11 (installs all deps as before):
When attempting to build on any other Python version: