diff --git a/conda_recipe.txt b/conda_recipe.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ab5d74f8e46a3e1b365ed3b730e4ea7e2dccc729
--- /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
+