Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed Tensorflow version number for Python 3.9 #319

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zwarshavsky
Copy link

No description provided.

@zwarshavsky
Copy link
Author

zwarshavsky commented Oct 14, 2021

With previous tensorflow==2.0.0 package install, workflow would error out at this step

@@ -28,7 +28,7 @@ def run(
# https://www.tensorflow.org/hub/tutorials/text_classification_with_tf_hub

os.system(
f"{sys.executable} -m pip install -U tensorflow==2.0.0 tensorflow_hub==0.7.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haven't tried it yet, but don't we need to bump tensorflow_hub as well?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Workflow ran with no issues without tensorflow_hub bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants