Skip to content

Commit 9d7b33f

Browse files
committed
Upgrading the Beam version from >=2.25,!=2.26.*,<3 to >=2.27,<3 and pyarrow version from >=0.17,<0.18 to >1,<3.
PiperOrigin-RevId: 353678667
1 parent 4b1397c commit 9d7b33f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
## Bug Fixes and Other Changes
88

9+
* Depends on `pyarrow>=1,<3`
910
* Depends on `tensorflow>=2.4.0,<2.5`
1011

1112
## Breaking changes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def select_constraint(default, nightly=None, git_master=None):
8080
default='>=0.26,<0.27',
8181
nightly='>=0.27.0.dev',
8282
git_master='@git+https://github.com/tensorflow/metadata@master'),
83-
'pyarrow>=0.17,<1',
83+
'pyarrow>=1,<3',
8484
],
8585
# Add in any packaged data.
8686
include_package_data=True,

0 commit comments

Comments
 (0)