From 6ecbc61b5e70aec41e84fd55ce2a2d89cd874c9a Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Thu, 25 Jul 2024 12:37:24 -0400 Subject: [PATCH] add environment.yml --- environment.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 00000000..a3904941 --- /dev/null +++ b/environment.yml @@ -0,0 +1,6 @@ +name: diffpy.pdfgui +channels: + - conda-forge +dependencies: + - python=3 + - pip