# EnMAP-Box conda environment (generated 2026-05-15 11:00:54) # run to install: conda env create -n enmapbox-base --file=enmapbox-base.yml # run to update: conda env update -n enmapbox-base --file=enmapbox-base.yml --prune # run to delete: conda env remove -n enmapbox-base # 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: - colorama - docutils - flake8 - git-lfs - gitpython - matplotlib-base - pip - pytest - pytest-cov - pytest-xdist - python>=3.12 - qgis<=3.99 - scikit-learn>=1.4 - pip: - flake8-qgis name: enmapbox-base variables: PYQTGRAPH_QT_LIB: PyQt5 QT_MAC_WANTS_LAYER: 1