diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 011c218a..be1fe69e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - x64 python-version: - '3.8' - - '3.10' + - '3.11' defaults: run: shell: bash diff --git a/README.md b/README.md index 9ae46e89..c99a882d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ [![Black](https://img.shields.io/badge/code_style-black-black.svg)](https://github.com/psf/black) [![Python](https://img.shields.io/pypi/pyversions/innvestigate.svg)](https://badge.fury.io/py/innvestigate) -[![TensorFlow package version](https://img.shields.io/badge/TensorFlow-2.6_--_2.13-orange.svg)](https://github.com/albermax/innvestigate) +[![TensorFlow package version](https://img.shields.io/badge/TensorFlow-2.6_--_2.14-orange.svg)](https://github.com/albermax/innvestigate) ![Different explanation methods on ImageNet.](https://github.com/albermax/innvestigate/raw/master/examples/images/analysis_grid.png) diff --git a/pyproject.toml b/pyproject.toml index 633e5663..099c6ada 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,10 +8,10 @@ classifiers = [ "Environment :: Console", "Intended Audience :: Science/Research", "Operating System :: POSIX :: Linux", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Scientific/Engineering :: Artificial Intelligence", ] authors = [ @@ -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"