From cce3888afa6ed5a41f3cb7c3882ed222a29c2120 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Tue, 30 Jan 2024 15:02:28 -0500 Subject: [PATCH] PY: Add environments.yml file for binder.org to use to create a virtual env. Signed-off-by: Michael Jackson --- environment.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000000..c982fb54f9 --- /dev/null +++ b/environment.yml @@ -0,0 +1,13 @@ +name: pysimplnx +channels: + - conda-forge + - https://conda.anaconda.org/bluequartzsoftware +dependencies: + - python==3.10 + - numpy + - matplotlib + - pillow + - scipy + - imageio + - simplnx + \ No newline at end of file