Skip to content

Commit

Permalink
Merge pull request #999 from ericpre/fix_dependency
Browse files Browse the repository at this point in the history
add h5py dependency and numpy version >1.10 in setup.py
  • Loading branch information
francisco-dlp committed May 25, 2016
2 parents 41a834c + 1a07c74 commit 28a1120
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@
install_req = ['scipy',
'ipython>=2.0',
'matplotlib>=1.2',
'numpy',
'numpy>=1.10',
'traits>=4.5.0',
'traitsui>=5.0',
'natsort',
'requests',
'setuptools',
'sympy']
'sympy',
'h5py']


class update_version_when_dev:
Expand Down
3 changes: 1 addition & 2 deletions stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[hyperspy]
Depends:
python-numpy,
python-numpy (>= 1.10),
python-scipy,
python-matplotlib (>= 1.2),
ipython (>= 2.0),
Expand All @@ -11,7 +11,6 @@ Depends:
ipython-notebook,
python-h5py,
python-sklearn,
python-h5py
python-requests
python-sympy
python-setuptools
Expand Down

0 comments on commit 28a1120

Please sign in to comment.