We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The requirment for Tensorflow in model analysis at:
model-analysis/setup.py
Line 303 in 67a4d96
The text was updated successfully, but these errors were encountered:
@akewan , thanks for reporting this bug.A PR has been raised to address it.Thanks.
Sorry, something went wrong.
This is been addressed in 19d49dc
mdreves
Successfully merging a pull request may close this issue.
The requirment for Tensorflow in model analysis at:
model-analysis/setup.py
Line 303 in 67a4d96
is incorrect. A coma is missing before "!=2.3.*" as it is at TFX install requirments:
https://github.com/tensorflow/tfx/blob/21e5af7f9543e108328c1a83b9132acda4875d93/tfx/dependencies.py#L88
This missing come reinstalls an already installed version of Tensorflow 2.4.0 and installs a 2.4.1 version of it
The text was updated successfully, but these errors were encountered: