Skip to content

Commit f063786

Browse files
iindyktfx-copybara
authored andcommitted
Upgrading numpy dependency to ~=1.22.0.
This is the minimal version that works with py310, it's consistent with TF and Apache Beam. PiperOrigin-RevId: 515709216
1 parent f921d31 commit f063786

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
## Bug Fixes and Other Changes
1515

16+
* Depends on `numpy~=1.22.0`.
17+
1618
## Breaking Changes
1719

1820
## Deprecations

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def _make_required_install_packages():
4444
return [
4545
'absl-py>=0.9,<2.0.0',
4646
'apache-beam[gcp]>=2.41,<3',
47-
'numpy>=1.16,<2',
47+
'numpy~=1.22.0',
4848
'protobuf>=3.13,<4',
4949
'pyarrow>=6,<7',
5050
'pydot>=1.2,<2',

0 commit comments

Comments
 (0)