waylonwalker
06/16/2022, 7:34 PMantony.milne
06/16/2022, 8:23 PMpip-tools~=6.5 since kedro 0.17.7 so I don't think it should be causing problems here.
* Definitely I think there should be a conversation about kedro's handling of requirements in general (see https://github.com/kedro-org/kedro/pull/1601#discussion_r893090730) so please do feel free to open an issue about that if also have thoughts on the matter
* I'm hoping both kedro core requirements and the project template ones will become lighter in the near future which will reduce any conflicts quite a bit. See https://github.com/kedro-org/kedro/issues/1293 and issues spun out of it 🙂 (In general many of my comments on this were inspired by issues created by you actually, so very interested if you have any feedback on any of it!)waylonwalker
06/16/2022, 8:36 PMpip-tools~=6.5waylonwalker
06/16/2022, 8:42 PM6.5.1, I understand the`~` now. What I need is 6.6.2. The issue here is that pip updated and removed BAR_TYPES out from under them, so now 6.5 is broken if you are using the latest pipwaylonwalker
06/16/2022, 8:44 PMwaylonwalker
06/16/2022, 8:48 PMantony.milne
06/17/2022, 7:45 AMpip-tools~=6.5 is basically the same as >=6.5, <7 so kedro is compatible with the latest pip and pip-tools.antony.milne
06/17/2022, 7:47 AMantony.milne
06/17/2022, 7:49 AMpip-tools here.antony.milne
06/17/2022, 7:53 AMantony.milne
06/17/2022, 7:54 AMpipdeptree in addition to pip-tools for figuring out what would be causing conflicts for you