Skip to content

Inconsistent TF requirement (static vs runtime) #1990

Open
@jonas-eschle

Description

@jonas-eschle

There seems to be some inconsistency with the required versions: setup.py requires TF >= 2.16, while the __init__.py runtime dependency check requires 2.18.

This leads to a simple failure when installing pip install tensorflow-probability[tf] "tensorflow<2.18" (where the constraint could come from any other package, it's just here for a minimal example)

What is the right choice?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions