Skip to content

Commit

Permalink
Merge pull request #24 from jwscook/jwscook/h5py-in-requirements-setup
Browse files Browse the repository at this point in the history
Add h5py to requirements.txt and setup.py
  • Loading branch information
ZedThree committed Feb 25, 2020
2 parents 16e2067 + d369f3d commit c87f1dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
numpy>=1.14.1
scipy>=1.0.0
matplotlib>=2.0.0
h5py==2.10.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def read(fname):

install_requires=['numpy>=1.8',
'scipy>=0.14',
'matplotlib>=1.3'],
'matplotlib>=1.3',
'h5py==2.10.0'],

platforms='any',

Expand Down

0 comments on commit c87f1dc

Please sign in to comment.