kedro-org / kedro-starters

Templates for your Kedro projects.
Apache License 2.0
64 stars 59 forks source link

More flexible pinning of Jupyter optional dependencies #200

Closed astrojuanlu closed 9 months ago

astrojuanlu commented 9 months ago

See https://github.com/kedro-org/kedro/issues/2276 and https://github.com/kedro-org/kedro/pull/3288/

Motivation and Context

How has this been tested?

Checklist

astrojuanlu commented 9 months ago

pip doing some heavy backtracking on kedro-datasets:

WARNING: kedro-datasets 1.8.0 does not provide the extra 'hdfs-base'
WARNING: kedro-datasets 1.8.0 does not provide the extra 's3fs-base'
WARNING: kedro-datasets 1.8.0 does not provide the extra 'spark-base'
noklam commented 9 months ago

revert a few commits, changed made in a separate PR #201.

noklam commented 9 months ago

The issue was fixed separately in #201