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

Commit

Permalink
Updated requirements and setup for new version of tfx-bsl
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernico committed Sep 14, 2020
1 parent 3f26f8a commit 1516009
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Expand Up @@ -5,9 +5,10 @@ Pillow >= 7.1.2
coverage >= 5.1
ipython >= 7.15.0
nose >= 1.3.7
numpy < 1.19.0
pylint >= 2.5.3
fire >= 0.3.1
jupyter >= 1.0.0
tensorflow >= 2.2.0
tensorflow >= 2.3.0
pyarrow >= 0.17
frozendict >= 1.2
7 changes: 4 additions & 3 deletions setup.py
Expand Up @@ -29,20 +29,21 @@
"fire >= 0.3.1",
"frozendict >= 1.2",
"nose >= 1.3.7",
"numpy < 1.19.0",
"pandas >= 1.0.4",
"Pillow >= 7.1.2",
"pyarrow < 0.17, >= 0.16.0",
"pyarrow >= 0.17, < 0.18.0",
"pylint >= 2.5.3",
"pytz >= 2020.1",
"python-dateutil",
"tensorflow == 2.2.0",
"tensorflow == 2.3.0",
"tensorflow_transform >= 0.22",
]


setup(
name='tfrecorder',
version='0.1',
version='0.1.1',
install_requires=REQUIRED_PACKAGES,
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 1516009

Please sign in to comment.