From 121003c0f2b7b19eebcc63c754c10f5ad09e1fc7 Mon Sep 17 00:00:00 2001 From: Levi Kilcher Date: Tue, 13 Nov 2018 09:11:00 -0700 Subject: [PATCH] Add environment file. --- 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 00000000..4ce294bb --- /dev/null +++ b/environment.yml @@ -0,0 +1,13 @@ +channels: + - anaconda + +dependencies: + - python=2.7 + - matplotlib + - numpy + - scipy=1.1 + - h5py + - pip: + - "git+https://github.com/lkilcher/pyDictH5.git@v0.2.1#egg=pyDictH5" +# Recommended: +# - ipython=4.2