# EnMAP-Box conda environment (generated 2026-05-13 07:22:01) # run to install: conda env create -n enmapbox_light_ltr --file=enmapbox_light_ltr.yml # run to update : conda env update -n enmapbox_light_ltr --file=enmapbox_light_ltr.yml --prune # run to delete : conda env remove -n enmapbox_light_ltr # see https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file # created with scripts/update_conda_environments.py (MANUAL CHANGES WILL BE OVERWRITTEN!) channels: - conda-forge dependencies: - qgis=3.44 - colorama - docutils - flake8 - git-lfs - gitpython - matplotlib-base - pip - pytest - pytest-cov - pytest-xdist - python - scikit-learn>=1.4 - pip: - flake8-qgis name: enmapbox_light_ltr variables: PYQTGRAPH_QT_LIB: PyQt5 QT_MAC_WANTS_LAYER: 1