From f0b6186a96e011f688aa12ee16fb72841511f61c Mon Sep 17 00:00:00 2001 From: Dmitry Kabanov Date: Fri, 19 Jul 2024 14:52:28 +0200 Subject: [PATCH] Remove version constraints from Conda environment file --- environment-linux.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/environment-linux.yaml b/environment-linux.yaml index b3854463..ca298373 100644 --- a/environment-linux.yaml +++ b/environment-linux.yaml @@ -23,9 +23,9 @@ dependencies: - myst_parser - furo # Sphinx theme - msgpack - - cmake=3.18 - - c-compiler=1.7.0 - - cxx-compiler=1.7.0 + - cmake + - c-compiler + - cxx-compiler - fortran-compiler - mkl - openblas