Skip to content

Commit

Permalink
add h5py to pinned requirements (#1763)
Browse files Browse the repository at this point in the history
#1740 added h5py but not to the pinned requirements files.  That resulted in unhappy travis runs (e.g., https://travis-ci.com/spacetx/starfish/builds/146897038)

Test plan: none
  • Loading branch information
Tony Tung authored Jan 31, 2020
1 parent c0b4264 commit 8639799
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/REQUIREMENTS-CI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ entrypoints==0.3
execnet==1.7.1
flake8==3.7.9
flake8-import-order==0.18.1
h5py==2.10.0
idna==2.8
imageio==2.6.1
imagesize==1.2.0
Expand Down
1 change: 1 addition & 0 deletions requirements/REQUIREMENTS-NAPARI-CI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ docutils==0.15.2
entrypoints==0.3
freetype-py==2.1.0.post1
fsspec==0.6.2
h5py==2.10.0
idna==2.8
imageio==2.6.1
imagesize==1.2.0
Expand Down
1 change: 1 addition & 0 deletions starfish/REQUIREMENTS-STRICT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ defusedxml==0.6.0
diskcache==4.1.0
docutils==0.15.2
entrypoints==0.3
h5py==2.10.0
idna==2.8
imageio==2.6.1
importlib-metadata==1.4.0
Expand Down

0 comments on commit 8639799

Please sign in to comment.