From 5c1c54ecf6e055ad3784d5b6c1b59e4ef8e21ec7 Mon Sep 17 00:00:00 2001 From: Goutte Date: Mon, 16 Jul 2018 15:20:46 +0200 Subject: [PATCH] Bump h5py to 2.8 to support newer ubuntu versions. Also bump numpy to 1.8 to remove a compatibility warning from scipy. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fdc0dab..3567507 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,9 +32,9 @@ Cython==0.27.1 PyYAML==3.12 netCDF4==1.2.7 -h5py==2.3.1 +h5py==2.8.0 # spacepy does not like recent numpy versions (1.7 looks ok) -numpy==1.7.* +numpy==1.8.* # We only use pycdf from spacepy. spacepy==0.1.* -- libgit2 0.21.2