Skip to content

Difficult to use tensorflow-addons with tf-nightly builds #965

@ghop02

Description

@ghop02

It's a bit tricky to use the tf-nightly builds and have a dependency on tensorflow addons because of the pinned tensorflow version.

Is there a way to have the setup.py file for the nightly builds be slightly more lenient as to the version? It's a bit tricky because tf-nightly is an entirely different package.

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
  • TensorFlow version and how it was installed (source or binary): tensorflow nightly (pip)
  • TensorFlow-Addons version and how it was installed (source or binary): (0.7.1)
  • Python version: 3.7

Code to reproduce the issue

pip install tf-nightly
pip install tfa-nightly (or tensorflow-addons)
# installs tensorflow 2.1.0 which downgrades gast

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