Would it be possible to create and publish the cel-python lib to conda or conda-forge, allowing it to be installed by conda ?
I'm aware that you can do pip in conda and also install a pip package but that is not supported if you generate a static lock file and mixing conda and pip package can create dependency hell.
Thanks