Skip to content

Commit 5d2b5d6

Browse files
committed
Update pyproject.toml for versioning and dependency adjustments
- Set a dummy version "0.0.0" to comply with Poetry requirements. - Added dynamic fields for dependencies and version. - Updated Python compatibility to ">=3.10,<4.0". - Adjusted geoh5py dependency version to ">=0.11.0a1, <0.13.dev". - Changed python-kaleido to kaleido in the docs dependencies.
1 parent bf45684 commit 5d2b5d6

3 files changed

Lines changed: 4250 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ default_stages: [pre-commit,pre-push]
44
fail_fast: false
55

66
repos:
7+
- repo: https://github.com/python-poetry/poetry
8+
rev: 2.1.3
9+
hooks:
10+
- id: poetry-check
11+
args: [--lock]
712
- repo: https://github.com/psf/black-pre-commit-mirror
813
rev: 25.1.0
914
hooks:

0 commit comments

Comments
 (0)