From 2536dedc4b75048f9ccfab52fe38ef00e98c74b8 Mon Sep 17 00:00:00 2001 From: Raffaele Gaetano <raffaele.gaetano@cirad.fr> Date: Tue, 16 Jul 2024 11:28:09 +0200 Subject: [PATCH] Recipe for creating conda environment --- conda_recipe.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 conda_recipe.txt diff --git a/conda_recipe.txt b/conda_recipe.txt new file mode 100644 index 0000000..ab5d74f --- /dev/null +++ b/conda_recipe.txt @@ -0,0 +1,6 @@ +conda create --name moringa-env -y python=3.10.13 +conda activate moringa-env +conda install -y -c conda-forge mamba +mamba install -y -c conda-forge gdal=3.4.2 pyproj rasterio geopandas shapely scikit-learn scikit-image +pip install psutil planetary_computer fpdf2 planet eodag tabulate + -- GitLab