From 6a206c5797ffab50102bf5d5583d522fd5167d94 Mon Sep 17 00:00:00 2001 From: hmkj <hmkj@dtu.dk> Date: Wed, 9 Jun 2021 08:56:41 +0000 Subject: [PATCH] Uploaded minimal environment-setup .yml file. Currently no precise versioning of packages specified, so it might eventually break --- structure_tensor_min_env.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 structure_tensor_min_env.yml diff --git a/structure_tensor_min_env.yml b/structure_tensor_min_env.yml new file mode 100644 index 0000000..22ba867 --- /dev/null +++ b/structure_tensor_min_env.yml @@ -0,0 +1,14 @@ +name: st-env + +dependencies: + - python + - ipython + - jupyterlab + - matplotlib + - numpy + - scipy + - scikit-image + - spyder + - pip + - pip: + - structure-tensor -- GitLab