Skip to content

Commit

Permalink
Fix h5py < 3.0.0 (#855)
Browse files Browse the repository at this point in the history
So that packages having as dependencies both bluepy and neurom (like
morph-validator), get h5py < 3.
Otherwise bluepy breaks
  • Loading branch information
Benoit Coste authored Nov 20, 2020
1 parent 3a336e4 commit aa94eb5
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 @@ -39,7 +39,7 @@
url='http://https://github.com/BlueBrain/NeuroM',
install_requires=[
'click>=7.0',
'h5py>=2.7.1',
'h5py>=2.7.1,<3.0.0',
'matplotlib>=3.2.1',
'numpy>=1.8.0',
'pandas>=1.0.5',
Expand Down

0 comments on commit aa94eb5

Please sign in to comment.