Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

Commit

Permalink
chore(deps): update dependency tensorflow to v2.7.0 (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 19, 2022
1 parent d63ddbb commit f4ab48a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion training/sklearn/structured/custom_routines/setup.py
Expand Up @@ -18,7 +18,7 @@
from setuptools import setup

REQUIRED_PACKAGES = [
'tensorflow==2.5.2',
'tensorflow==2.7.0',
'scikit-learn>=0.20.2',
'pandas==1.3.5',
'cloudml-hypertune',
Expand Down
2 changes: 1 addition & 1 deletion training/sklearn/structured/hp_tuning/setup.py
Expand Up @@ -18,7 +18,7 @@
from setuptools import setup

REQUIRED_PACKAGES = [
'tensorflow==2.5.2',
'tensorflow==2.7.0',
'scikit-learn>=0.20.2',
'pandas==1.3.5',
'cloudml-hypertune',
Expand Down

0 comments on commit f4ab48a

Please sign in to comment.