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