Skip to content

Model analysis Tensorflow requirement issue #120

Closed
@akewan

Description

@akewan

The requirment for Tensorflow in model analysis at:

'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*!=2.3.*,<3',

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions