Skip to content

Commit

Permalink
upgrade to python3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperemy committed Sep 30, 2023
1 parent b8a4464 commit 7f755ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Downloads](https://pepy.tech/badge/keract/month)](https://pepy.tech/project/keract)
![Keract CI](https://github.com/philipperemy/keract/workflows/Keract%20CI/badge.svg)

Tested with Tensorflow 2.7, 2.8, 2.9, 2.10, 2.11, 2.12, 2.13 and 2.14 (Sep 26, 2023).
Tested with Tensorflow 2.9, 2.10, 2.11, 2.12, 2.13 and 2.14 (Sep 26, 2023).

```bash
pip install keract
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[tox]
envlist = {py3}-tensorflow-{2.7,2.8,2.9,2.10,2.11,2.12,2.13,2.14}
envlist = {py3}-tensorflow-{2.9,2.10,2.11,2.12,2.13,2.14}

[testenv]
setenv =
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
deps = pytest
-rrequirements.txt
-rexamples/examples-requirements.txt
tensorflow-2.7: tensorflow==2.7
tensorflow-2.8: tensorflow==2.8
tensorflow-2.9: tensorflow==2.9
tensorflow-2.10: tensorflow==2.10
tensorflow-2.11: tensorflow==2.11
Expand Down

0 comments on commit 7f755ac

Please sign in to comment.