-
Notifications
You must be signed in to change notification settings - Fork 91
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
chore(datasets): Normalise optional requirements names and move them to pyproject.toml
#570
Conversation
Signed-off-by: Ankita Katiyar <[email protected]>
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'm +1 on basically turning all the extras groups to lowercase and replace .
by -
💯
We'd need to update our docs, starters etc but at least I agree with this solution
I agree. It's a pretty straightforward solution. It'd need the aforementioned housecleaning on docs, starters, etc. but I like it. |
Signed-off-by: Ankita Katiyar <[email protected]>
We decided to hold this until kedro-datasets 2.1.0 is released 👍🏽 |
pyproject.toml
pyproject.toml
Reminder to do another pass at |
Signed-off-by: Ankita Katiyar <[email protected]>
Signed-off-by: Ankita Katiyar <[email protected]>
Signed-off-by: Ankita Katiyar <[email protected]>
pyproject.toml
pyproject.toml
…to `pyproject.toml` (kedro-org#570) * Normalise and move extras dependencies to pyproject.toml Signed-off-by: Ankita Katiyar <[email protected]> * Update kedro-datasets/pyproject.toml Signed-off-by: Ankita Katiyar <[email protected]> * Update pyproject and release notes Signed-off-by: Ankita Katiyar <[email protected]> * Update pyproject and release notes Signed-off-by: Ankita Katiyar <[email protected]> --------- Signed-off-by: Ankita Katiyar <[email protected]> Signed-off-by: Ankita Katiyar <[email protected]> Co-authored-by: L. R. Couto <[email protected]> Signed-off-by: Jerome Asselin <[email protected]>
…to `pyproject.toml` (kedro-org#570) * Normalise and move extras dependencies to pyproject.toml Signed-off-by: Ankita Katiyar <[email protected]> * Update kedro-datasets/pyproject.toml Signed-off-by: Ankita Katiyar <[email protected]> * Update pyproject and release notes Signed-off-by: Ankita Katiyar <[email protected]> * Update pyproject and release notes Signed-off-by: Ankita Katiyar <[email protected]> --------- Signed-off-by: Ankita Katiyar <[email protected]> Signed-off-by: Ankita Katiyar <[email protected]> Co-authored-by: L. R. Couto <[email protected]>
Description
Proposal for #313
Development notes
pyproject.toml
setup.py
If we're happy with the naming already - we can merge this and release
kedro-datasets 3.0.0
Follow up actions required -
kedro-datasets
requirements.txt
inkedro-starters
Checklist
RELEASE.md
file