Skip to content

Commit

Permalink
Bump to version 0.4
Browse files Browse the repository at this point in the history
Update h5py dependency to 2.9.0
  • Loading branch information
GDYendell committed Jan 10, 2019
1 parent 02c8b0f commit 8ece4d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ mock>=1.0.1
nose>=1.3.0
coverage>=3.7.1

# Install specific version of h5py from GitHub
numpy==1.15.1 # If h5py gets the version of numpy it thinks it wants it doesn't work
git+https://git@github.com/h5py/h5py.git@e0959f969bfb4297e9fc7d914a64a961d8a9a15b#egg=h5py
h5py==2.9.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=MODULE_NAME,
version='0.4beta',
version='0.4',
description='Creates virtual dataset HDF5 files',
long_description=open("README.rst").read(),
url='https://github.com/dls-controls/vds-gen',
Expand All @@ -23,7 +23,7 @@
include_package_data=True,
test_suite='nose.collector',
install_requires=[
'h5py==2.8.0.post0'
'h5py==2.9.0'
],
tests_require=[
'nose',
Expand Down

0 comments on commit 8ece4d0

Please sign in to comment.