Skip to content

Commit

Permalink
ci(framework:skip) Bump tensorflow from 2.12.0 to 2.12.1 in /examples…
Browse files Browse the repository at this point in the history
…/custom-metrics (#3956)

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](tensorflow/tensorflow@v2.12.0...v2.12.1)

---
updated-dependencies:
- dependency-name: tensorflow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel J. Beutel <[email protected]>
  • Loading branch information
dependabot[bot] and danieljanes authored Jan 6, 2025
1 parent 004af89 commit ab3c136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom-metrics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"flwr[simulation]>=1.14.0",
"flwr-datasets[vision]>=0.3.0",
"scikit-learn>=1.2.2",
"tensorflow==2.12.0; sys_platform != 'darwin'",
"tensorflow==2.12.1; sys_platform != 'darwin'",
"tensorflow-macos==2.12.0; sys_platform == 'darwin'",
]

Expand Down

0 comments on commit ab3c136

Please sign in to comment.