Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 1516009

Browse files
committed
Updated requirements and setup for new version of tfx-bsl
1 parent 3f26f8a commit 1516009

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ Pillow >= 7.1.2
55
coverage >= 5.1
66
ipython >= 7.15.0
77
nose >= 1.3.7
8+
numpy < 1.19.0
89
pylint >= 2.5.3
910
fire >= 0.3.1
1011
jupyter >= 1.0.0
11-
tensorflow >= 2.2.0
12+
tensorflow >= 2.3.0
1213
pyarrow >= 0.17
1314
frozendict >= 1.2

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,21 @@
2929
"fire >= 0.3.1",
3030
"frozendict >= 1.2",
3131
"nose >= 1.3.7",
32+
"numpy < 1.19.0",
3233
"pandas >= 1.0.4",
3334
"Pillow >= 7.1.2",
34-
"pyarrow < 0.17, >= 0.16.0",
35+
"pyarrow >= 0.17, < 0.18.0",
3536
"pylint >= 2.5.3",
3637
"pytz >= 2020.1",
3738
"python-dateutil",
38-
"tensorflow == 2.2.0",
39+
"tensorflow == 2.3.0",
3940
"tensorflow_transform >= 0.22",
4041
]
4142

4243

4344
setup(
4445
name='tfrecorder',
45-
version='0.1',
46+
version='0.1.1',
4647
install_requires=REQUIRED_PACKAGES,
4748
packages=find_packages(),
4849
include_package_data=True,

0 commit comments

Comments
 (0)