From f6d8f9cdabad75cc4e6bba8a3cc124c796542dac Mon Sep 17 00:00:00 2001
From: MialLewis <95620982+MialLewis@users.noreply.github.com>
Date: Fri, 15 Dec 2023 14:10:16 +0000
Subject: [PATCH] change mantid pin to python

---
 environment.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/environment.yml b/environment.yml
index 12a9178a..e548295a 100644
--- a/environment.yml
+++ b/environment.yml
@@ -5,11 +5,12 @@ channels:
   - mantid
 
 dependencies:
+  - python==3.8 #Upgrade to python 3.10
   - flake8
   - conda-wrappers
   - pre-commit==2.15 #review this
   - coverage
-  - mantid==6.7.0 #review this
+  - mantid
   - matplotlib
   - iminuit
   - h5py