Skip to content

Commit

Permalink
Merge pull request #185 from rayosborn/use-hdf5plugin
Browse files Browse the repository at this point in the history
Import hdf5plugin to allow other compressions
  • Loading branch information
rayosborn authored Nov 21, 2022
2 parents 94e38ee + e9e0a75 commit a07ef25
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ requirements:
- numpy
- scipy
- h5py
- hdf5plugin

test:
commands:
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ install_requires =
numpy
scipy
h5py >=2.9
hdf5plugin

[options.packages.find]
where = src
Expand All @@ -57,3 +58,4 @@ requires =
numpy
scipy
h5py
hdf5plugin
1 change: 1 addition & 0 deletions src/nexusformat/nexus/tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
from pathlib import PurePosixPath as PurePath

import h5py as h5
import hdf5plugin
import numpy as np

from .. import __version__ as nxversion
Expand Down

0 comments on commit a07ef25

Please sign in to comment.