Commit 5c1c54ecf6e055ad3784d5b6c1b59e4ef8e21ec7

Authored by Goutte
1 parent 78728a80

Bump h5py to 2.8 to support newer ubuntu versions.

Also bump numpy to 1.8 to remove a compatibility warning from scipy.
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
requirements.txt
@@ -32,9 +32,9 @@ Cython==0.27.1 @@ -32,9 +32,9 @@ Cython==0.27.1
32 32
33 PyYAML==3.12 33 PyYAML==3.12
34 netCDF4==1.2.7 34 netCDF4==1.2.7
35 -h5py==2.3.1 35 +h5py==2.8.0
36 # spacepy does not like recent numpy versions (1.7 looks ok) 36 # spacepy does not like recent numpy versions (1.7 looks ok)
37 -numpy==1.7.* 37 +numpy==1.8.*
38 # We only use pycdf from spacepy. 38 # We only use pycdf from spacepy.
39 spacepy==0.1.* 39 spacepy==0.1.*
40 40