Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support TensorFlow 2.11 #300

Merged
merged 1 commit into from
Jan 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.10
# Install & configure poetry
- name: Install Poetry
uses: snok/install-poetry@v1.1.6
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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.10-orange.svg)](https://github.com/albermax/innvestigate)
[![TensorFlow package version](https://img.shields.io/badge/TensorFlow-2.6_--_2.11-orange.svg)](https://github.com/albermax/innvestigate)

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

Expand Down
50 changes: 26 additions & 24 deletions dev_env_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,52 +1,54 @@
absl-py==1.2.0 ; python_version >= "3.8" and python_version < "3.11"
absl-py==1.3.0 ; python_version >= "3.8" and python_version < "3.11"
astunparse==1.6.3 ; python_version >= "3.8" and python_version < "3.11"
cachetools==5.2.0 ; python_version >= "3.8" and python_version < "3.11"
certifi==2022.6.15.2 ; python_version >= "3.8" and python_version < "3.11"
certifi==2022.12.7 ; python_version >= "3.8" and python_version < "3.11"
charset-normalizer==2.1.1 ; python_version >= "3.8" and python_version < "3.11"
contourpy==1.0.6 ; python_version >= "3.8" and python_version < "3.11"
cycler==0.11.0 ; python_version >= "3.8" and python_version < "3.11"
flatbuffers==2.0.7 ; python_version >= "3.8" and python_version < "3.11"
fonttools==4.37.1 ; python_version >= "3.8" and python_version < "3.11"
flatbuffers==23.1.4 ; python_version >= "3.8" and python_version < "3.11"
fonttools==4.38.0 ; python_version >= "3.8" and python_version < "3.11"
future==0.18.2 ; python_version >= "3.8" and python_version < "3.11"
gast==0.4.0 ; python_version >= "3.8" and python_version < "3.11"
google-auth-oauthlib==0.4.6 ; python_version >= "3.8" and python_version < "3.11"
google-auth==2.11.0 ; python_version >= "3.8" and python_version < "3.11"
google-auth==2.15.0 ; python_version >= "3.8" and python_version < "3.11"
google-pasta==0.2.0 ; python_version >= "3.8" and python_version < "3.11"
grpcio==1.48.1 ; python_version >= "3.8" and python_version < "3.11"
grpcio==1.51.1 ; python_version >= "3.8" and python_version < "3.11"
h5py==3.7.0 ; python_version >= "3.8" and python_version < "3.11"
idna==3.4 ; python_version >= "3.8" and python_version < "3.11"
importlib-metadata==4.12.0 ; python_version >= "3.8" and python_version < "3.10"
keras-preprocessing==1.1.2 ; python_version >= "3.8" and python_version < "3.11"
keras==2.10.0 ; python_version >= "3.8" and python_version < "3.11"
importlib-metadata==6.0.0 ; python_version >= "3.8" and python_version < "3.10"
keras==2.11.0 ; python_version >= "3.8" and python_version < "3.11"
kiwisolver==1.4.4 ; python_version >= "3.8" and python_version < "3.11"
libclang==14.0.6 ; python_version >= "3.8" and python_version < "3.11"
markdown==3.4.1 ; python_version >= "3.8" and python_version < "3.11"
markupsafe==2.1.1 ; python_version >= "3.8" and python_version < "3.11"
matplotlib==3.5.3 ; python_version >= "3.8" and python_version < "3.11"
numpy==1.23.3 ; python_version >= "3.8" and python_version < "3.11"
oauthlib==3.2.1 ; python_version >= "3.8" and python_version < "3.11"
matplotlib==3.6.2 ; python_version >= "3.8" and python_version < "3.11"
numpy==1.24.1 ; python_version >= "3.8" and python_version < "3.11"
oauthlib==3.2.2 ; python_version >= "3.8" and python_version < "3.11"
opt-einsum==3.3.0 ; python_version >= "3.8" and python_version < "3.11"
packaging==21.3 ; python_version >= "3.8" and python_version < "3.11"
pillow==9.2.0 ; python_version >= "3.8" and python_version < "3.11"
protobuf==3.19.5 ; python_version >= "3.8" and python_version < "3.11"
packaging==22.0 ; python_version >= "3.8" and python_version < "3.11"
pillow==9.4.0 ; python_version >= "3.8" and python_version < "3.11"
protobuf==3.19.6 ; python_version >= "3.8" and python_version < "3.11"
pyasn1-modules==0.2.8 ; python_version >= "3.8" and python_version < "3.11"
pyasn1==0.4.8 ; python_version >= "3.8" and python_version < "3.11"
pyparsing==3.0.9 ; python_version >= "3.8" and python_version < "3.11"
python-dateutil==2.8.2 ; python_version >= "3.8" and python_version < "3.11"
requests-oauthlib==1.3.1 ; python_version >= "3.8" and python_version < "3.11"
requests==2.28.1 ; python_version >= "3.8" and python_version < "3.11"
rsa==4.9 ; python_version >= "3.8" and python_version < "3.11"
setuptools-scm==6.4.2 ; python_version >= "3.8" and python_version < "3.11"
setuptools-scm==7.1.0 ; python_version >= "3.8" and python_version < "3.11"
setuptools==65.6.3 ; python_version >= "3.8" and python_version < "3.11"
six==1.16.0 ; python_version >= "3.8" and python_version < "3.11"
tensorboard-data-server==0.6.1 ; python_version >= "3.8" and python_version < "3.11"
tensorboard-plugin-wit==1.8.1 ; python_version >= "3.8" and python_version < "3.11"
tensorboard==2.10.0 ; python_version >= "3.8" and python_version < "3.11"
tensorflow-estimator==2.10.0 ; python_version >= "3.8" and python_version < "3.11"
tensorflow-io-gcs-filesystem==0.27.0 ; python_version >= "3.8" and python_version < "3.11"
tensorflow==2.10.0 ; python_version >= "3.8" and python_version < "3.11"
termcolor==2.0.1 ; python_version >= "3.8" and python_version < "3.11"
tensorboard==2.11.0 ; python_version >= "3.8" and python_version < "3.11"
tensorflow-estimator==2.11.0 ; python_version >= "3.8" and python_version < "3.11"
tensorflow-io-gcs-filesystem==0.29.0 ; python_version >= "3.7" and python_version < "3.12" and (python_version >= "3.8" and python_version < "3.11" and platform_machine != "arm64" or python_version >= "3.8" and python_version < "3.11" and platform_system != "Darwin")
tensorflow==2.11.0 ; python_version >= "3.8" and python_version < "3.11"
termcolor==2.2.0 ; python_version >= "3.8" and python_version < "3.11"
tomli==2.0.1 ; python_version >= "3.8" and python_version < "3.11"
typing-extensions==4.3.0 ; python_version >= "3.8" and python_version < "3.11"
urllib3==1.26.12 ; python_version >= "3.8" and python_version < "3.11"
typing-extensions==4.4.0 ; python_version >= "3.8" and python_version < "3.11"
urllib3==1.26.13 ; python_version >= "3.8" and python_version < "3.11"
werkzeug==2.2.2 ; python_version >= "3.8" and python_version < "3.11"
wheel==0.38.4 ; python_version >= "3.8" and python_version < "3.11"
wrapt==1.14.1 ; python_version >= "3.8" and python_version < "3.11"
zipp==3.8.1 ; python_version >= "3.8" and python_version < "3.10"
zipp==3.11.0 ; python_version >= "3.8" and python_version < "3.10"
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.7
python_version = 3.10
warn_return_any = True
warn_unused_configs = True
files = src/innvestigate
Expand Down
Loading