Hi! I'm starting a new project up and my business...
# questions
j
Hi! I'm starting a new project up and my business partner wants to use kedro for it. I'm not super happy about being forced to use pip as opposed to something like pixi or poetry. Is there an official way to use a different package manager?
d
What are you being forced to use pip for? Kedro template was updated to be compatible with a lot more package managers over a year ago: https://github.com/kedro-org/kedro/pull/4263 If you're finding particular deficiencies, might be able to help investigate.
j
I guess I'm just confused at there being a requirements.txt file
d
Ah. You can delete it. 😀 (I'm pretty sure)
If it were up to me, I'd have killed requirements.txt a while ago 😜 https://github.com/kedro-org/kedro/issues/4116#issuecomment-2312396290 But right now it's there for the people who are newer to Python and more accustomed to using it But pyproject.toml doesn't depend on it
j
got it
thank you