-
Notifications
You must be signed in to change notification settings - Fork 170
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
WIP - move to pyproject.toml #1336
base: dev
Are you sure you want to change the base?
Conversation
draft work - needs actual experts @loganthomas @ericmjl 😁 |
.github/workflows/auto-release.yml
Outdated
python3 -m | ||
pip install | ||
build | ||
--user |
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.
TIL something new about the ecosystem today!
Does this have to be multi-line, btw? Just curious, it looks more like a single-line bash command.
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 just did a copy and paste, but it's yaml, so it should just fit into one line
"pandas_flavor", | ||
"multiple_dispatch", | ||
"scipy" | ||
] |
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.
Wow! Is the dependency list really this small? I suspect it might be longer, though.
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 pulled it from `.requirements/base.in', based on information in setup.py
Co-authored-by: Eric Ma <[email protected]>
Co-authored-by: Eric Ma <[email protected]>
PR Description
Please describe the changes proposed in the pull request:
**This PR resolves #1295 **
PR Checklist
Please ensure that you have done the following:
<your_username>
:dev
, but rather from<your_username>
:<feature-branch_name>
.AUTHORS.md
.CHANGELOG.md
under the latest version header (i.e. the one that is "on deck") describing the contribution.Automatic checks
There will be automatic checks run on the PR. These include:
Relevant Reviewers
Please tag maintainers to review.