Hi all - I saw this was completed today https://github.com/kedro-org/kedro/pull/4263 and was very excited. Now that it's done, what should be my Kedro/uv typical initialization? How do I get them both to work together without using the copier that created? What should be my working pattern with it?
to clarify, this makes kedro new
compatible with uv
and other project management tools, so now after you do
kedro new ...
uv add
, or poetry add
, or rye add