Skip to content

Commit

Permalink
Update dependencies, allow TensorFlow 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Oct 12, 2023
1 parent 39f5e4e commit 6bf8321
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 6bf8321

Please sign in to comment.