Skip to content

Commit

Permalink
add reqs
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Nazareth <[email protected]>
  • Loading branch information
ryankarlos committed Oct 19, 2022
1 parent fa1c100 commit 1a99a2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dev-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ google-cloud-bigquery
google-cloud-bigquery-storage
IPython
torch
tensorflow
2 changes: 1 addition & 1 deletion flytekit/extras/keras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# that have soft dependencies
try:
# isolate the exception to the keras import
import keras
from tensorflow import keras

_keras_installed = True
except (ImportError, OSError):
Expand Down

0 comments on commit 1a99a2f

Please sign in to comment.