# EnMAP-Box conda environment (generated 2026-05-13 07:22:01) # run to install: conda env create -n enmapbox_full --file=enmapbox_full.yml # run to update : conda env update -n enmapbox_full --file=enmapbox_full.yml --prune # run to delete : conda env remove -n enmapbox_full # 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.99 - astropy-base - catboost - colorama - docutils - enfrosp - enfrosp_enmapboxapp - enpt>=1.2.1 - enpt_enmapboxapp>=1.0.2 - flake8 - git-lfs - gitpython - h5py - lightgbm - lightning - matplotlib-base - netcdf4 - numba>=0.56.4 - opencv[build=headless*] - pandas - pip - pyopengl - pytest - pytest-cov - pytest-xdist - python - pytorch - scikit-learn>=1.4 - segmentation-models-pytorch - setuptools<=81 - sympy - tensorboard - torchvision - xgboost - pip: - flake8-qgis name: enmapbox_full variables: PYQTGRAPH_QT_LIB: PyQt5 QT_MAC_WANTS_LAYER: 1