Skip to content

Commit 0ed5b29

Browse files
tf-transform-teamtfx-copybara
authored andcommitted
Upgrade TF to 2.13 and expand numpy version range >=1.22
PiperOrigin-RevId: 551340033
1 parent 067cf11 commit 0ed5b29

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
reverse lexicographical order (similarly to `tft.vocabulary`).
1515
* Depends on `pyarrow>=10,<11`.
1616
* Depends on `apache-beam>=2.47,<3`.
17+
* Depends on `numpy>=1.22.0`.
18+
* Depends on `tensorflow>=2.13.0,<3`.
1719

1820
## Breaking Changes
1921

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ def _make_required_install_packages():
4444
return [
4545
'absl-py>=0.9,<2.0.0',
4646
'apache-beam[gcp]>=2.47,<3',
47-
'numpy~=1.22.0',
47+
'numpy>=1.22.0',
4848
'protobuf>=3.20.3,<5',
4949
'pyarrow>=10,<11',
5050
'pydot>=1.2,<2',
51-
'tensorflow>=2.12,<3',
51+
'tensorflow>=2.13,<3',
5252
'tensorflow-metadata' + select_constraint(
5353
default='>=1.13.1,<1.14.0',
5454
nightly='>=1.14.0.dev',

0 commit comments

Comments
 (0)