From 6263a6d20827ceca268f495761f96186ebf134c9 Mon Sep 17 00:00:00 2001 From: Constantin Pape <constantin.pape@iwr.uni-heidelberg.de> Date: Mon, 3 Jun 2019 21:01:55 +0200 Subject: [PATCH] Add conda env file --- environment.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 environment.yaml diff --git a/environment.yaml b/environment.yaml new file mode 100644 index 0000000..f055999 --- /dev/null +++ b/environment.yaml @@ -0,0 +1,12 @@ +name: + platy-browser +channels: + - cpape + - conda-forge +dependencies: + - scikit-image + - luigi + - nifty + - vigra + - h5py + - z5py -- GitLab