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 10f538b commit d8d5548Copy full SHA for d8d5548
RELEASE.md
@@ -11,6 +11,7 @@
11
resource hints is to prevent root Reads that are generated from deep copy
12
being merged due to common subexpression elimination.
13
* Depends on `apache-beam[gcp]>=2.40,<3`.
14
+* Depends on `pyarrow>=6,<7`.
15
16
## Breaking Changes
17
setup.py
@@ -46,7 +46,7 @@ def _make_required_install_packages():
46
'apache-beam[gcp]>=2.40,<3',
47
'numpy>=1.16,<2',
48
'protobuf>=3.13,<4',
49
- 'pyarrow>=1,<6',
+ 'pyarrow>=6,<7',
50
'pydot>=1.2,<2',
51
# pylint: disable=line-too-long
52
'tensorflow' + select_constraint(
0 commit comments