Thank you for your response. The current Conda Env Propagation requires loading an existing environment with its packages. The aim is to enable uploading/attaching a file with the package list to the node, allowing fresh and quick creation of a new environment from this file.
I guess your idea of automatic installation of dependencies with just a configuration file might be easier to implement with uv’s Declaring script dependencies feature.
I believe this is a really, really great idea, I like it. It provides more flexible control than conda env propagation.
Yes, and the speed of uv would make very fast and convenient as well. uv is really a game changer in managing Pÿthon projects compared to using heterogenous tools like conda, venv, pip…
It could also allow to use multiple Python versions in the same workflow without interference or having to manage a hell of dependencies.