Skip to content

Commit

Permalink
build: require array_api_jax_compat >= 0.1 (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <[email protected]>
  • Loading branch information
nstarman authored Feb 10, 2024
1 parent b51e968 commit 0b8ca75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ repos:
rev: v3.14.1
hooks:
- id: commitizen
- id: commitizen-branch
stages: [push]
# - id: commitizen-branch
# stages: [push]

- repo: meta
hooks:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"array_api_jax_compat >= 0.1a1",
"array_api_jax_compat >= 0.1",
"astropy",
"equinox",
"jax",
Expand Down

0 comments on commit 0b8ca75

Please sign in to comment.