Skip to content

Update tensorflow requirement from <2.13.0,>=1.15.5 to >=2.16.2,<2.17.0 in /src/bindings/python #291

Update tensorflow requirement from <2.13.0,>=1.15.5 to >=2.16.2,<2.17.0 in /src/bindings/python

Update tensorflow requirement from <2.13.0,>=1.15.5 to >=2.16.2,<2.17.0 in /src/bindings/python #291

Workflow file for this run

name: Files Size
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
Check_Files_Size:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: git ls-tree
run: git ls-tree -r -t -l --full-name HEAD | sort -n -r -k 4
- name: git lfs ls-files
run: git lfs ls-files --size