https://kedro.org/ logo
#questions
Title
# questions
j

Jaakko

12/08/2022, 8:53 AM
The documentation still instructs to use
kedro build-reqs
but when running
kedro build-reqs
I get the following deprecation warning:
DeprecationWarning: Command 'kedro build-reqs' is deprecated and will not be available from Kedro 0.19.0.
How should project dependencies be managed after
build-reqs
is not available anymore? Can the documentation be updated accordingly?
m

Merel

12/08/2022, 8:55 AM
Absolutely! We are working on exactly that in the current sprint https://github.com/kedro-org/kedro/issues/2071 🙂
j

Jaakko

12/08/2022, 9:59 AM
Great, thanks for the quick reply!
d

datajoely

12/08/2022, 10:13 AM
In short - build-reqs is a thin wrapper over pip-tools so reading around that will be your best option until we push updated docs
👍 1
You can read our research for why we’re dropping this set of commands
2 Views