diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 170239d..d2eaaef 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: py_ver: ["3.8", "3.9", "3.10", "3.11"] - tf_ver: ["2.10", "2.11", "2.12", "2.13", "2.14"] + tf_ver: ["2.10", "2.11", "2.12", "2.13", "2.14", "2.15"] exclude: - py_ver: "3.11" tf_ver: "2.10" @@ -27,6 +27,8 @@ jobs: tf_ver: "2.11" - py_ver: "3.8" tf_ver: "2.14" + - py_ver: "3.8" + tf_ver: "2.15" steps: - name: Checkout uses: actions/checkout@v3 diff --git a/README.md b/README.md index 73c8614..c621f96 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ pip install sony-custom-layers ### Supported Versions Currently, SCL is being tested on a matrix of Python and TensorFlow versions: + | **Framework** | **Tested FW versions** | **Tested Python version** | **Serialization** | |---------------|------------------------|---------------------------|-------------------| | TensorFlow | 2.10 | 3.8-3.10 | .h5 | @@ -30,6 +31,7 @@ Currently, SCL is being tested on a matrix of Python and TensorFlow versions: | TensorFlow | 2.12 | 3.8-3.11 | .h5 .keras | | TensorFlow | 2.13 | 3.8-3.11 | .keras | | TensorFlow | 2.14 | 3.9-3.11 | .keras | +| TensorFlow | 2.15 | 3.9-3.11 | .keras | ## Implemented Layers SCL currently includes implementations of the following layers: diff --git a/setup.cfg b/setup.cfg index b8d82b0..ceed507 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,7 @@ classifiers = [options] python_requires = >=3.8,<3.12 install_requires = - tensorflow>=2.10,<2.15 + tensorflow>=2.10,<2.16 numpy packages=find: