From 8a748ccc513f208540e1a77f32f7885403ea1c13 Mon Sep 17 00:00:00 2001 From: AngRodrigues Date: Tue, 7 Jan 2025 14:06:59 +1100 Subject: [PATCH] fix: gdal needs to be in conda build --- conda/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index 9db27df2..0e22db32 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -29,6 +29,7 @@ requirements: - beartype - pytest - scikit-learn + - gdal about: home: "https://github.com/Loop3D/map2loop"