Skip to content

Commit

Permalink
Remove restrictions of h5py
Browse files Browse the repository at this point in the history
  • Loading branch information
schmoelder committed Oct 11, 2023
1 parent 645ccce commit ce74428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
install_requires=[
'addict',
'numpy',
'h5py <= 3.6.0',
'h5py',
'filelock'
],
classifiers=[
Expand Down

0 comments on commit ce74428

Please sign in to comment.