I recently found out that conda does not always cooperate well when there are two or more people working on the same repo, especially over time (sometimes the environment creation is not reproducible).
My go to environment manager nowadays is poetry which seems to solve (some of) these problems.
Switch this project to poetry as well to make setup more consistent.
I recently found out that conda does not always cooperate well when there are two or more people working on the same repo, especially over time (sometimes the environment creation is not reproducible).
My go to environment manager nowadays is poetry which seems to solve (some of) these problems.
Switch this project to poetry as well to make setup more consistent.