From 49003b9aab2bc6e65504dee35d259b71271ebb65 Mon Sep 17 00:00:00 2001 From: Dominik Vogel <30660470+Dominik-Vogel@users.noreply.github.com> Date: Wed, 4 Oct 2017 13:46:56 +0200 Subject: [PATCH] unpin h5py dependency 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