Skip to content

Commit

Permalink
Merge pull request #48 from fact-project/update_pyfact
Browse files Browse the repository at this point in the history
Update pyfact
  • Loading branch information
maxnoe authored Oct 23, 2017
2 parents 5f0e83f + bf6934f commit 7155096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion erna/hdf_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def write_fits_to_hdf5(
if not initialized:
initialize_h5py(
hdf_file,
array.dtype,
array,
key=key,
compression=compression,
)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='erna',
version='0.5.0',
version='0.5.1',
description='Easy RuN Access. Tools that help to do batch processing of FACT data',
url='https://github.com/fact-project/erna',
author='Kai Brügge, Jens Buss, Maximilian Nöthe',
Expand All @@ -26,7 +26,7 @@
'PyMySQL', # in anaconda
'pytz', # in anaconda
'tables', # needs to be installed by pip for some reason
'pyfact>=0.10.5',
'pyfact>=0.14.0',
'astropy',
'h5py',
# 'hdf5',
Expand Down

0 comments on commit 7155096

Please sign in to comment.