Skip to content

Commit

Permalink
Merge pull request #160 from philipperemy/2.14
Browse files Browse the repository at this point in the history
TF 2.14
  • Loading branch information
philipperemy authored Sep 30, 2023
2 parents 100ff2a + 7f755ac commit 8bf5a4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.8.6]
python-version: [ 3.9 ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Lint with flake8
Expand Down
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.6, 2.7, 2.8, 2.9, 2.10, 2.11, 2.12 and 2.13 (Jul 25, 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
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
[tox]
envlist = {py3}-tensorflow-{2.7,2.8,2.9,2.10,2.11,2.12,2.13}
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
tensorflow-2.12: tensorflow==2.12
tensorflow-2.13: tensorflow==2.13
tensorflow-2.14: tensorflow==2.14
changedir = examples
commands = python recurrent.py
python multi_inputs.py
Expand Down

0 comments on commit 8bf5a4e

Please sign in to comment.