Skip to content

Commit d6a34b6

Browse files
authored
hotfix: add hdf5 (#134)
* hotfix: add hdf5 * Bump wait time
1 parent 4a9a7f1 commit d6a34b6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
needs: publish-testpypi
5959
steps:
6060
- name: wait for package to be available
61-
run: sleep 30
61+
run: sleep 60
6262

6363
- name: install test pypi release
6464
run: |

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name="science-synapse",
29-
version="2.2.9",
29+
version="2.2.10",
3030
description="Client library and CLI for the Synapse API",
3131
author="Science Team",
3232
author_email="team@science.xyz",
@@ -55,6 +55,7 @@
5555
"pyzmq",
5656
"rich",
5757
"scipy",
58+
"h5py",
5859
],
5960
entry_points={
6061
"console_scripts": [

0 commit comments

Comments
 (0)