diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e4b514..ad3a4ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,7 +55,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.8 + rev: v0.4.9 hooks: - id: ruff args: [--fix, --show-fixes] @@ -70,7 +70,7 @@ repos: additional_dependencies: - dace==0.16 - jax[cpu]==0.4.29 - - numpy==1.26.4 + - numpy==2.0.0 - pytest==8.2.2 - typing-extensions==4.12.2 - repo: https://github.com/codespell-project/codespell diff --git a/pyproject.toml b/pyproject.toml index 73eebf9..0add471 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "dace>=0.15", + "dace>=0.16", "jax[cpu]>=0.4.24", "numpy>=1.26.0", ] diff --git a/requirements/base.in b/requirements/base.in index c077dae..9fee484 100644 --- a/requirements/base.in +++ b/requirements/base.in @@ -1,3 +1,3 @@ -dace>=0.15 +dace>=0.16 jax[cpu]>=0.4.24 numpy>=1.26.0 diff --git a/requirements/base.txt b/requirements/base.txt index 70bc827..fb784ca 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,4 +1,4 @@ -# SHA1:190b0703818fae41383e79f02d34ca019cedca4d +# SHA1:50585cb1d4e4cc2297a939939d360c886c4ee3e4 # # This file is autogenerated by pip-compile-multi # To update, run: @@ -31,7 +31,7 @@ mpmath==1.3.0 # via sympy networkx==3.3 # via dace -numpy==1.26.4 +numpy==2.0.0 # via # -r requirements/base.in # dace diff --git a/requirements/dev.txt b/requirements/dev.txt index 4b45b5e..b73bf83 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -78,7 +78,7 @@ pytest-cov==5.0.0 # via -r requirements/dev.in requests==2.32.3 # via sphinx -ruff==0.4.8 +ruff==0.4.9 # via -r requirements/dev.in sniffio==1.3.1 # via anyio