I faced package incompatible issue while running conda env create -f conda_envs/lmdeploy.yaml. deepseek-v1 needs python > 3.9 while wheel needs python < 3.9.
Scripts that add functionality to conda. The first one is a script that adds more functionality to the default `conda env export` function.