Skip to content

Commit

Permalink
update altair dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Jan 8, 2025
1 parent 2163884 commit 9216683
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ repos:
hooks:
- id: mdformat
exclude: "^docs/"
- repo: https://github.com/abravalheri/validate-pyproject
rev: "v0.20.2"
hooks:
- id: validate-pyproject
additional_dependencies: ["validate-pyproject-schema-store[all]"]
# - repo: https://github.com/abravalheri/validate-pyproject
# rev: "v0.20.2"
# hooks:
# - id: validate-pyproject
# additional_dependencies: ["validate-pyproject-schema-store[all]"]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.29.2"
hooks:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ license = { text = "Apache-2.0" }

dependencies = [
"alphapept>=0.5.2",
# TODO investigate
"altair<5.4.0",
"altair>=5.5.0",
"vl-convert-python",
"h5py>=3.10.0",
"matplotlib>=3.8.2",
"numba>=0.59.0",
Expand Down

0 comments on commit 9216683

Please sign in to comment.