From bc7902cd99c2c265391a23eaa8d094ca79c2b123 Mon Sep 17 00:00:00 2001 From: Garrett Barter Date: Thu, 28 Sep 2023 16:29:19 -0600 Subject: [PATCH] add conda cmake --- environment.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index cf13292..91c8483 100644 --- a/environment.yml +++ b/environment.yml @@ -3,12 +3,13 @@ channels: - defaults dependencies: - - openblas - - openmp + - cmake - meson<1.2 - ninja - numpy + - openblas + - openmp - pip - - python - pkg-config + - python - setuptools