-
Notifications
You must be signed in to change notification settings - Fork 95
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 <ankitakatiyar2401@gmail.com>
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 <110245118+ankatiyar@users.noreply.github.com>
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 <ankitakatiyar2401@gmail.com>
Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
pyproject.toml
pyproject.toml
…to `pyproject.toml` (kedro-org#570) * Normalise and move extras dependencies to pyproject.toml Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> * Update kedro-datasets/pyproject.toml Signed-off-by: Ankita Katiyar <110245118+ankatiyar@users.noreply.github.com> * Update pyproject and release notes Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> * Update pyproject and release notes Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> --------- Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> Signed-off-by: Ankita Katiyar <110245118+ankatiyar@users.noreply.github.com> Co-authored-by: L. R. Couto <57910428+lrcouto@users.noreply.github.com> Signed-off-by: Jerome Asselin <jerome.asselin@buspatrol.com>
…to `pyproject.toml` (kedro-org#570) * Normalise and move extras dependencies to pyproject.toml Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> * Update kedro-datasets/pyproject.toml Signed-off-by: Ankita Katiyar <110245118+ankatiyar@users.noreply.github.com> * Update pyproject and release notes Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> * Update pyproject and release notes Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> --------- Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> Signed-off-by: Ankita Katiyar <110245118+ankatiyar@users.noreply.github.com> Co-authored-by: L. R. Couto <57910428+lrcouto@users.noreply.github.com>
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