Hi all - I saw this was completed today <https://g...
# questions
g
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 @Juan Luis created? What should be my working pattern with it?
🥳 1
h
Someone will reply to you shortly. In the meantime, this might help:
j
@Greg Vaslo to clarify, this makes
kedro new
compatible with
uv
and other project management tools, so now after you do
Copy code
kedro new ...
you should be able to
uv add
, or
poetry add
, or
rye add
👍 1
are you looking for something else?
g
No I think this is it and I will try it in my work. Thanks for supporting this
🙌🏼 1