From a6f8590f6ee65cb2c604745f18b2d2640ce0b54d Mon Sep 17 00:00:00 2001 From: Stephan Kuschel Date: Thu, 7 Jan 2016 01:41:58 +0100 Subject: [PATCH] add h5py dependency --- .travis.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a10ac6a..2f97394c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/setup.py b/setup.py index 3478238b..c3b73f01 100755 --- a/setup.py +++ b/setup.py @@ -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=[