I started a Kedro project a while ago and started to build different parts of the pipeline which only tangentially interact with each other. In some cases not much at all.
As a consequence, as the project grew, I am starting to get issues with the dependencies given that the installation process uses requirement.txt
Thus I wanted to ask if Kedro was meant to be designed as a mono repo or not. If so, is there an example of how this could be done, please? Thanks in advance.