Skip to content

Commit

Permalink
add h5py dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
skuschel committed Jan 7, 2016
1 parent 7ef3ac6 commit a6f8590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_install:
- conda update --yes conda

install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION atlas numpy scipy matplotlib nose pandas statsmodels cython
- conda install --yes python=$TRAVIS_PYTHON_VERSION atlas numpy scipy matplotlib nose pandas statsmodels cython h5py
- pip install -r pip-requirements.txt
- pip install -e .
- python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
include_dirs = [numpy.get_include()],
license='GPLv3+',
setup_requires=['cython>=0.18'],
install_requires=['matplotlib', 'numpy>=1.7', 'scipy', 'future', 'urllib3'],
install_requires=['matplotlib', 'numpy>=1.7', 'scipy', 'future', 'urllib3', 'h5py'],
keywords = ['PIC', 'particle-in-cell', 'plasma', 'physics', 'plasma physics',
'laser', 'laser plasma', 'particle acceleration'],
classifiers=[
Expand Down

0 comments on commit a6f8590

Please sign in to comment.