diff --git a/pyproject.toml b/pyproject.toml index 633e5663..1ae1a4b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,8 +35,8 @@ documentation = "https://innvestigate.readthedocs.io/en/latest/" keywords = ["XAI", "LRP", "Deep Taylor",] [tool.poetry.dependencies] -python = ">=3.8, <3.12" -tensorflow = ">=2.6, <2.14" +python = ">=3.9, <3.12" +tensorflow = ">=2.6, <2.15" numpy = ">=1.22, <2" matplotlib = ">=3.5, <4" future = ">=0.18, <0.19" @@ -60,7 +60,7 @@ codecov = ">=2.1, <3" black = ">=22.3, <24" ruff = ">=0.0.264, <0.1" rope = ">=1.6, <2" -pylint = ">=2.12, <3" +pylint = ">=3, <4" isort = ">=5.10, <6" mypy = ">=1, <2" vulture = ">=2.3, <3"