Skip to content

Commit dd3786e

Browse files
rtg0795tf-text-github-robot
authored andcommitted
Limit array-record dependency to Linux x86_64 and aarch64.
PiperOrigin-RevId: 859297888
1 parent 2c5aca0 commit dd3786e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

oss_scripts/pip_package/requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ numpy==2.1.3; python_version=="3.10"
55
h5py==3.13.0;
66
urllib3==2.5.0
77
setuptools>=70.1 # bdist_wheel support.
8+
array-record>=0.8.1
89

910
tensorflow
1011
numpy

oss_scripts/pip_package/requirements_lock_3_9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ absl-py==2.3.1 \
1616
# tensorflow
1717
# tensorflow-datasets
1818
# tensorflow-metadata
19-
array-record==0.5.1 \
19+
array-record==0.5.1 ; sys_platform == 'linux' \
2020
--hash=sha256:0ee01775a1c6155103a8cfd8b65ab7609f96b1213332474430013191314e78d8 \
2121
--hash=sha256:248fb29086cb3a6322a5d8b8332d77713a030bc54f0bacdf215a6d3185f73f90 \
2222
--hash=sha256:3dbfac79589b53ad765d247b4b6b6c108623053950a8ae36d8a5f2bfec396bd1 \

0 commit comments

Comments
 (0)