Skip to content

Commit a5395f8

Browse files
committed
Update dependencies: allow TensorFlow 2.13
and Pillow 10.
1 parent 488a0fe commit a5395f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
[![Black](https://img.shields.io/badge/code_style-black-black.svg)](https://github.com/psf/black)
2525

2626
[![Python](https://img.shields.io/pypi/pyversions/innvestigate.svg)](https://badge.fury.io/py/innvestigate)
27-
[![TensorFlow package version](https://img.shields.io/badge/TensorFlow-2.6_--_2.12-orange.svg)](https://github.com/albermax/innvestigate)
27+
[![TensorFlow package version](https://img.shields.io/badge/TensorFlow-2.6_--_2.13-orange.svg)](https://github.com/albermax/innvestigate)
2828

2929
![Different explanation methods on ImageNet.](https://github.com/albermax/innvestigate/raw/master/examples/images/analysis_grid.png)
3030

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ keywords = ["XAI", "LRP", "Deep Taylor",]
3636

3737
[tool.poetry.dependencies]
3838
python = ">=3.8, <3.12"
39-
tensorflow = ">=2.6, <2.13"
39+
tensorflow = ">=2.6, <2.14"
4040
numpy = ">=1.22, <2"
4141
matplotlib = ">=3.5, <4"
4242
future = ">=0.18, <0.19"
4343

4444
[tool.poetry.group.notebooks.dependencies]
4545
ipykernel = ">=6.19, <7"
46-
Pillow = ">=9.0, <10"
46+
Pillow = ">=9.0, <11"
4747
ftfy = ">=6.1, <7"
4848
pandas = ">=1, <3"
4949

0 commit comments

Comments
 (0)