Remove the pip install
lines in Makefile
and add the --no-deps
flag for the local install
#287
Labels
devops
DevOps related
@lucianopaz pointed out that having
pip install
commands in theMakefile
could potentially lead to version conflicts that can't be resolved. So we should perhaps remove these lines in theMakefile
.Add the
--no-deps
flag when doing the local import of the CausalPy package. The purpose of this is to ensure that we have a clean condo-only install of pymc.Double check the
CONTRIBUTING.md
file to ensure instructions are up to date.The text was updated successfully, but these errors were encountered: