Skip to content

Commit

Permalink
Bump tensorflow from 2.9.1 to 2.11.0 (#297)
Browse files Browse the repository at this point in the history
* Bump tensorflow from 2.9.1 to 2.11.0

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.9.1 to 2.11.0.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/commits)

---
updated-dependencies:
- dependency-name: tensorflow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* also update tensorflow-estimator

* also update tflite-runtime

* added types-urllib3

* downgrade to windows-2019 runner

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Ecer <[email protected]>
  • Loading branch information
dependabot[bot] and de-code authored Jan 21, 2023
1 parent f23d392 commit b9cc14b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
include:
- python-version: '3.8'
push-package: true
- os: windows-latest
- os: windows-2019
python-version: '3.8'
- os: macos-latest
python-version: '3.8'
Expand Down
1 change: 1 addition & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ pytest==7.2.1
pytest-watch==4.2.0
setuptools-scm==7.0.5
types-requests==2.28.11.8
types-urllib3==1.26.25.4
2 changes: 1 addition & 1 deletion requirements.tflite.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tflite-runtime==2.9.1
tflite-runtime==2.11.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ numpy<1.24
opencv-python==4.7.0.68
Pillow==9.2.0
pyfakewebcam==0.1.0
tensorflow==2.9.1
tensorflow-estimator==2.9.0
tensorflow==2.11.0
tensorflow-estimator==2.11.0
tfjs-graph-converter==1.6.1
requests>=2.26.0

0 comments on commit b9cc14b

Please sign in to comment.