Skip to content

Commit 68ea5c8

Browse files
authored
Merge pull request #105 from FAIRDataPipeline/hotfix/remove-h5py
Remove h5py
2 parents 3eef53f + 221ca06 commit 68ea5c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "data_pipeline_api"
3-
version = "0.7.12"
3+
version = "0.7.13"
44
description = "Python api to interact with the Fair Data Pipeline"
55
authors = [
66
"Ryan J Field <[email protected]>",
@@ -35,7 +35,6 @@ python = ">=3.8,<4.0"
3535
requests = "^2.23.0"
3636
matplotlib = "^3.5.1"
3737
scipy = "^1.7.3"
38-
h5py = "^3.6.0"
3938
PyYAML = "^6.0"
4039

4140
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)