Files
2026-04-14 16:07:31 +02:00

18 lines
773 B
YAML

name: "base"
# WARNING : As Renku makes use of mamba for more efficient package builds, please use the popular "conda-forge" channel
# For more details : https://mamba.readthedocs.io/en/latest/user_guide/troubleshooting.html#mixing-the-defaults-and-conda-forge-channels
# Using the defaults channel from Anaconda can easily result in getting your
# laptop, CI pipeline, etc. blacklisted by Anaconda which makes building packages
# impossible. To get permission to use Anaconda again you need to either pay or prove that
# you meet the requirements for a free license. Using the conda-forge channel avoids
# these restrictions completely.
channels:
- conda-forge
- uv
# dependencies:
- opencv-python~=4.10
- numpy
- requests
# - one per line
prefix: "/opt/conda"