From b0edd1aae99c9322250705fdf68eeaa3d5bf2871 Mon Sep 17 00:00:00 2001
From: manuelpett <manuel.petit@inria.fr>
Date: Wed, 20 Mar 2024 21:04:42 +0100
Subject: [PATCH] Add make to optional dependencies via conda (doc)

---
 conda/env.yaml | 1 +
 pyproject.toml | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/conda/env.yaml b/conda/env.yaml
index a46e3e6..ce461d7 100644
--- a/conda/env.yaml
+++ b/conda/env.yaml
@@ -12,6 +12,7 @@ dependencies:
   - python=3.9
   - python-gmsh=4.11.1
   - fenics=2019.1.0
+  - make
 #  {% for dep in deps %}
 #  - {{ dep }}
 #  {% endfor %}
diff --git a/pyproject.toml b/pyproject.toml
index b29dc11..c515303 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -38,7 +38,6 @@ doc = [
   "notebook",
   "chardet",
   "recommonmark",
-  "make"
 ]
 test = [
   "pytest",
-- 
GitLab