Skip to content

Commit

Permalink
Bump tensorflow from 2.1.0 to 2.11.1
Browse files Browse the repository at this point in the history
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.1.0 to 2.11.1.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](tensorflow/tensorflow@v2.1.0...v2.11.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2023
1 parent 508276d commit d66149b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tensorflow==2.1.0
tensorflow==2.11.1
tensorflow_privacy==0.2.2
sentencepiece==0.1.85
smart_open==1.10.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'numpy==1.18.3'
],
extras_require={
'tf': ['tensorflow==2.1.0'],
'tf': ['tensorflow==2.11.1'],
'py36': ['dataclasses==0.7']
}
)
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tensorflow==2.1.0
tensorflow==2.11.1
flake8
pytest
pytest-cov
Expand Down

0 comments on commit d66149b

Please sign in to comment.