We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067cf11 commit 0ed5b29Copy full SHA for 0ed5b29
RELEASE.md
@@ -14,6 +14,8 @@
14
reverse lexicographical order (similarly to `tft.vocabulary`).
15
* Depends on `pyarrow>=10,<11`.
16
* Depends on `apache-beam>=2.47,<3`.
17
+* Depends on `numpy>=1.22.0`.
18
+* Depends on `tensorflow>=2.13.0,<3`.
19
20
## Breaking Changes
21
setup.py
@@ -44,11 +44,11 @@ def _make_required_install_packages():
44
return [
45
'absl-py>=0.9,<2.0.0',
46
'apache-beam[gcp]>=2.47,<3',
47
- 'numpy~=1.22.0',
+ 'numpy>=1.22.0',
48
'protobuf>=3.20.3,<5',
49
'pyarrow>=10,<11',
50
'pydot>=1.2,<2',
51
- 'tensorflow>=2.12,<3',
+ 'tensorflow>=2.13,<3',
52
'tensorflow-metadata' + select_constraint(
53
default='>=1.13.1,<1.14.0',
54
nightly='>=1.14.0.dev',
0 commit comments