From 1cecb3dbae5dfb9cf9c74e7421b3fc9bd689ef18 Mon Sep 17 00:00:00 2001 From: Emily Soth Date: Mon, 21 Oct 2024 14:05:42 -0700 Subject: [PATCH] include conda dependencies in pyproject.toml metadata for invest --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d91369a..911477a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,3 +25,4 @@ model_name = "Schisto alpha" # user-facing name pyname = "natcap.invest.schistosomiasis" # importable name model_id = "schistosomiasis" # model identifier used internally notebook_path = "notebooks/ipyleaflet.ipynb" +conda_dependencies = ["python", "gdal>=3.9.0"]