From 8200b9d98ce2930a1fc980b2361af96d2ace6b9e Mon Sep 17 00:00:00 2001 From: Carson Sears Date: Thu, 28 Sep 2023 11:01:35 -0500 Subject: [PATCH] add environment.yml --- environment.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..6dff3be --- /dev/null +++ b/environment.yml @@ -0,0 +1,19 @@ +name: liquid-ref +channels: + - conda-forge + - default + - mantid +dependencies: + - pre-commit + - pytest + - pytest-cov + - numpy + - python=3.8 + - mantidworkbench>=6.7.0 + - codecov + - conda-build + - python-build + - versioningit + - boa + - conda-verify +prefix: /home/gcs/mambaforge/envs/liquid-ref