Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-paul-mueller committed Jun 14, 2024
1 parent a11f111 commit 3e5408b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ repos:
files: src|tests
args: [--no-install-types]
additional_dependencies:
- dace==0.15.1
- dace==0.16
- jax[cpu]==0.4.28
- numpy==1.26.4
- pytest==8.2.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"dace>=0.15",
"dace>=0.16",
"jax[cpu]>=0.4.24",
"numpy>=1.26.0",
]
Expand Down

0 comments on commit 3e5408b

Please sign in to comment.