I have noticed that when running conda project lock, it will add pip: '' to the dependencies of python while conda project install --force won't.
Adding pip: '' seems to be an undesirable effect IMO. Setting $CONDA_ADD_PIP_AS_PYTHON_DEPENDENCY to 0 fixes that problem.