Skip to content
Snippets Groups Projects
Commit 50316193 authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Merge branch 'maintenance/update_conda_envs' into 'main'

Maintenance/update conda envs

See merge request !87
parents 5ff930f7 3c4ca7b8
No related branches found
No related tags found
1 merge request!87Maintenance/update conda envs
Pipeline #59658 passed
......@@ -2,6 +2,13 @@
History
=======
0.19.3 (coming soon)
--------------------
* !87: Adapted conda environments to latest changes of enmapbox requirements.
enpt_enmapboxapp is now installed from conda-forge as this is now available.
0.19.2 (2023-03-22)
-------------------
......
......@@ -4,19 +4,21 @@ channels: &id1
- conda-forge
dependencies:
- python=3.*.*
- python>=3.8.*
- pip # avoids that conda uses the wrong pip
- astropy
- catboost
- enpt_enmapboxapp>=0.7.6
- lightgbm
- matplotlib
- netcdf4
- numba
- numba>=0.56.4
- numpy
- pyopengl
- qgis>=3.28.2
- scikit-learn>=0.24
- scipy>=1.1
- typeguard
- sympy
- typeguard<3 # https://github.com/EnMAP-Box/enmap-box/issues/398
- xgboost
......@@ -4,18 +4,21 @@ channels: &id1
- conda-forge
dependencies:
- python>=3.7.*
- python>=3.8.*
- pip # avoids that conda uses the wrong pip
- astropy
- catboost
- enpt
- enpt_enmapboxapp>=0.7.6
- lightgbm
- matplotlib
- netcdf4
- numba
- numba>=0.56.4
- numpy
- pyopengl
- qgis>=3.16
- scikit-learn
- pip:
- astropy
- enpt_enmapboxapp
- scipy
- qgis>=3.28.2
- scikit-learn>=0.24
- scipy>=1.1
- sympy
- typeguard<3 # https://github.com/EnMAP-Box/enmap-box/issues/398
- xgboost
......@@ -7,6 +7,7 @@ dependencies:
- python>=3.8
- pip # avoids that conda uses the wrong pip
- enpt
- enpt_enmapboxapp>=0.7.6
# EnMAP-Box
- astropy
......@@ -14,15 +15,12 @@ dependencies:
- lightgbm
- matplotlib
- netcdf4
- numba
- numba>=0.56.4
- numpy
- pyopengl
- qgis>=3.28.2
- scikit-learn>=0.24
- scipy>=1.1
- typeguard
- sympy
- typeguard<3 # https://github.com/EnMAP-Box/enmap-box/issues/398
- xgboost
- pip:
# EnMAP-Box
- enpt_enmapboxapp
......@@ -7,6 +7,7 @@ dependencies:
- python>=3.8
- pip # avoids that conda uses the wrong pip
- enpt
- enpt_enmapboxapp>=0.7.6
# EnMAP-Box
- astropy
......@@ -14,19 +15,17 @@ dependencies:
- lightgbm
- matplotlib
- netcdf4
- numba
- numba>=0.56.4
- numpy
- pyopengl
- qgis>=3.28.2
- scikit-learn>=0.24
- scipy>=1.1
- typeguard
- sympy
- typeguard<3 # https://github.com/EnMAP-Box/enmap-box/issues/398
- xgboost
- pip:
# EnMAP-Box
- enpt_enmapboxapp
# test/doc/lint requirements
- flake8
- pycodestyle
......@@ -38,4 +37,3 @@ dependencies:
- sphinx-argparse
- sphinx_rtd_theme
- urlchecker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment