Skip to content

Commit

Permalink
reqs updated to tfx 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
htahir1 committed Feb 2, 2021
1 parent f126040 commit 36fbf06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zenml/utils/requirement_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"tabulate==0.8.7",
"numpy==1.18.0",
"httplib2==0.17.0",
"tfx==0.25.0",
"tfx==0.26.1",
"fire==0.3.1",
"gitpython==3.1.11",
"analytics-python==1.2.9",
Expand All @@ -28,8 +28,8 @@
# EXTRAS: PROVIDERS #
#####################
GCP_INTEGRATION = 'gcp'
GCP_REQUIREMENTS = ["apache-beam[gcp]==2.26.0",
"apache-beam==2.26.0",
GCP_REQUIREMENTS = ["apache-beam[gcp]==2.27.0",
"apache-beam==2.27.0",
"google-apitools==0.5.31"]

AWS_INTEGRATION = 'aws'
Expand Down

0 comments on commit 36fbf06

Please sign in to comment.