diff --git a/julia-minimal/environment.yml b/julia-minimal/environment.yml index eef32e1..d10b319 100644 --- a/julia-minimal/environment.yml +++ b/julia-minimal/environment.yml @@ -1,4 +1,6 @@ name: "base" +# WARNING : As Renku makes use of mamba for more efficient package builds, please use EITHER the Ananconda "defaults" channel OR the popular "conda-forge" channels +# For more details : https://mamba.readthedocs.io/en/latest/user_guide/troubleshooting.html#mixing-the-defaults-and-conda-forge-channels channels: - defaults # dependencies: diff --git a/python-minimal/environment.yml b/python-minimal/environment.yml index eef32e1..d10b319 100644 --- a/python-minimal/environment.yml +++ b/python-minimal/environment.yml @@ -1,4 +1,6 @@ name: "base" +# WARNING : As Renku makes use of mamba for more efficient package builds, please use EITHER the Ananconda "defaults" channel OR the popular "conda-forge" channels +# For more details : https://mamba.readthedocs.io/en/latest/user_guide/troubleshooting.html#mixing-the-defaults-and-conda-forge-channels channels: - defaults # dependencies: