From 01a75a133ddd11aa4e0be25fae9787d34cb84988 Mon Sep 17 00:00:00 2001 From: Dominik Vogel <30660470+Dominik-Vogel@users.noreply.github.com> Date: Thu, 5 Oct 2017 10:42:48 +0200 Subject: [PATCH] unpin h5py dependency (#782) The h5py dependency was pinned to a fixed version. Thus numpy won't update as it depends on it. --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index da7c3d72470..74a0136225a 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - defaults - conda-forge dependencies: - - h5py=2.6.0 + - h5py - matplotlib=2.0.2 - pyqtgraph - python=3.6 @@ -17,4 +17,4 @@ dependencies: - typing - hypothesis - pytest - - pytest-runner \ No newline at end of file + - pytest-runner