diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c9dfb2d..23b04d0c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -78,7 +78,7 @@ repos: # More information can be found in its documentation: # https://docs.astral.sh/ruff/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.1 + rev: v0.15.2 hooks: - id: ruff-check name: ruff diff --git a/pyproject.toml b/pyproject.toml index 2dc7e620..f4024cea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dynamic = ["version"] dependencies = [ # Core dependencies - "DLite-Python>=0.5.29,<1", + "DLite-Python>=0.5.29,!=0.5.40,<1", "numpy>=2.1,<3", "oteapi-core>=1.0,<2", "pydantic-settings>=2.8,<3",