From b7b70840d34edaa9b34b78187cc5fc4802315df1 Mon Sep 17 00:00:00 2001 From: MialLewis <95620982+MialLewis@users.noreply.github.com> Date: Fri, 15 Dec 2023 14:21:54 +0000 Subject: [PATCH] readd pin to stop older versions --- conda/meta.yaml | 2 +- environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 36103d33..cafd7ce4 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -24,7 +24,7 @@ requirements: run: - python {{ python }} - - mantid + - mantid>=6.7 - matplotlib - iminuit - h5py diff --git a/environment.yml b/environment.yml index e548295a..2dbe68d3 100644 --- a/environment.yml +++ b/environment.yml @@ -10,7 +10,7 @@ dependencies: - conda-wrappers - pre-commit==2.15 #review this - coverage - - mantid + - mantid>=6.7 - matplotlib - iminuit - h5py