-
Notifications
You must be signed in to change notification settings - Fork 22
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
Adding pyproject.toml
#588
Conversation
Hello @mfixstsci, Thank you for updating !
Comment last updated at 2024-02-02 15:06:58 UTC |
recommendations
update RTD config to use base conda environment and install from project metadata
Co-authored-by: Zach Burnett <zachary.r.burnett@gmail.com>
@hover2pi this PR is ready to merge. @zacharyburnett approved the changes and we are ready to go. |
'cython', | ||
'docopt', | ||
'docutils', | ||
'flake8', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is needed in the wheel dependencies (unless it is directly imported by the application at runtime). Are there other dependencies like this that can be removed?
'flake8', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent!
Addresses #584