diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 29090b4..5cf2bed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,7 +75,10 @@ jobs: python-version: ${{matrix.py_ver}} - name: Install dependencies run: | - pip install tensorflow==${{matrix.tf_ver}}.* + if [ ${{matrix.tf_ver}} == 2.10 ] || [ ${{matrix.tf_ver}} == 2.11 ];then + extra_req='numpy<2' + fi + pip install tensorflow==${{matrix.tf_ver}}.* $extra_req pip install -r requirements_test.txt pip list - name: Run pytest diff --git a/docs/index.html b/docs/index.html index 3a5531d..327a69f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,14 +3,14 @@ - - Module List – pdoc 14.4.0 + + Module List – pdoc 14.6.1 - + diff --git a/docs/sony_custom_layers/keras.html b/docs/sony_custom_layers/keras.html index 1d373d3..20e53bd 100644 --- a/docs/sony_custom_layers/keras.html +++ b/docs/sony_custom_layers/keras.html @@ -3,14 +3,14 @@ - + sony_custom_layers.keras API documentation - +