Skip to content

Commit

Permalink
fix(deps bitshuffle): fix bitshuffle commit to last working version
Browse files Browse the repository at this point in the history
Since
kiyo-masui/bitshuffle@6899f5d
importing `bitshuffle`'s `h5` module has led to segmentation faults and
failure to import. Fixing the bitshuffle version until further
investiogation is done.
  • Loading branch information
anjakefala committed Aug 20, 2021
1 parent 8626732 commit 21f081b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
pip install --no-binary=h5py h5py
pip install -r requirements.txt
pip install mpi4py numcodecs==0.7.3 bitshuffle@git+https://github.com/kiyo-masui/bitshuffle.git psutil
pip install mpi4py numcodecs==0.7.3 bitshuffle@git+https://github.com/kiyo-masui/bitshuffle.git@a5d78e97ee85d05cd685c94f4d159f55747f57a8 psutil
pip install pytest pytest-lazy-fixture
python setup.py develop
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bitshuffle @ git+https://github.com/kiyo-masui/bitshuffle.git
bitshuffle @ git+https://github.com/kiyo-masui/bitshuffle.git@a5d78e97ee85d05cd685c94f4d159f55747f57a8
cachetools
click
cython
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
extras_require={
"mpi": ["mpi4py>=1.3"],
"compression": [
"bitshuffle @ git+https://github.com/kiyo-masui/bitshuffle.git",
"bitshuffle @ git+https://github.com/kiyo-masui/bitshuffle.git@a5d78e97ee85d05cd685c94f4d159f55747f57a8",
"numcodecs==0.7.3",
],
"zarr": ["zarr==2.8.1"],
Expand Down

0 comments on commit 21f081b

Please sign in to comment.