Skip to content

Commit

Permalink
build(deps): pin h5py version to Python 3.6 compatible and compile de…
Browse files Browse the repository at this point in the history
…pendencies
  • Loading branch information
BjoernLudwigPTB committed Apr 29, 2021
1 parent 54a76bd commit 407f52a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion requirements/requirements.in
@@ -1,6 +1,8 @@
download
ipywidgets
h5py
# This pinning is needed because more current versions are not compatible with
# Python 3.6.
h5py<=3.1.0
holoviews[recommended]
notebook
numpy
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Expand Up @@ -36,7 +36,7 @@ download==0.3.5
# via -r requirements/requirements.in
entrypoints==0.3
# via nbconvert
h5py==3.2.1
h5py==3.1.0
# via -r requirements/requirements.in
holoviews[recommended]==1.14.3
# via -r requirements/requirements.in
Expand Down

0 comments on commit 407f52a

Please sign in to comment.