Skip to content

Commit 5b1d133

Browse files
committed
Update dependency requirements for tensorflow and version.
PiperOrigin-RevId: 616924984
1 parent 28a0a80 commit 5b1d133

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

docs/api_docs/python/tfr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ TensorFlow Ranking, the project to build ranking models on TensorFlow.
4242
**version**<a id="__version__"></a>
4343
</td>
4444
<td>
45-
`'0.5.4.dev'`
45+
`'0.5.5.dev'`
4646
</td>
4747
</tr>
4848
</table>
1 Byte
Binary file not shown.

tensorflow_ranking/python/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# We follow Semantic Versioning (https://semver.org/)
1818
_MAJOR_VERSION = '0'
1919
_MINOR_VERSION = '5'
20-
_PATCH_VERSION = '4'
20+
_PATCH_VERSION = '5'
2121

2222
# When building releases, we can update this value on the release branch to
2323
# reflect the current release candidate ('rc0', 'rc1') or, finally, the official

tensorflow_ranking/tools/pip_package/setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@
2828
# This version string is semver compatible, but incompatible with pip.
2929
# For pip, we will remove all '-' characters from this string, and use the
3030
# result for pip.
31-
_VERSION = '0.5.4'
31+
_VERSION = '0.5.5'
3232

3333
REQUIRED_PACKAGES = [
3434
'absl-py >= 0.1.6',
3535
'numpy >= 1.23.2',
3636
'six >= 1.10.0',
3737
'tensorflow-serving-api >= 2.0.0, < 3.0.0',
38+
'tensorflow < 2.16.0',
3839
]
3940

4041
project_name = 'tensorflow_ranking'

0 commit comments

Comments
 (0)