I tried installing bmorph from the source code (develop branch) using environment.yml as below,
git clone [email protected]:UW-Hydro/bmorph.git
cd bmorph/
mamba env create -f environment.yml
But the conda installation got stuck (using conda command instead of mamba was the same). I removed mizuroute from the yml file, then it finished. I am not sure if mizuroute really needs to be installed in the conda environment?