Skip to content

Commit 2a2d07a

Browse files
committed
feat: add h5py dependency version 3.14.0 to project
1 parent b319140 commit 2a2d07a

2 files changed

Lines changed: 42 additions & 2 deletions

File tree

poetry.lock

Lines changed: 40 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry_dynamic_versioning.backend"
55

66
[project]
77
name = "geoh5py"
8-
8+
version = "0.0.0"
99
dynamic = ["dependencies", "version"]
1010

1111
requires-python = ">=3.10,<4.0"
@@ -105,6 +105,7 @@ sphinx = "^3.0"
105105
sphinx-autodoc-typehints = "^1.10"
106106
sphinx-rtd-theme = "^0.4.3"
107107
tomli = "*"
108+
h5py = "^3.14.0"
108109

109110
[project.optional-dependencies]
110111

0 commit comments

Comments
 (0)