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

set tensorflow-probability version in setup.py #38

Closed
wants to merge 1 commit into from

Conversation

tonyspumoni
Copy link

@tonyspumoni tonyspumoni commented Mar 30, 2024

Description

current tensorflow-probability has some backwards-incompatible changes

Motivation and Context

closes #29
by default tensorflow-probability==0.24.0 (latest as of current date) will be installed, which is incompatible right now for a number of different reasons. Pinning this in setup.py so a compatible version is installed by default.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I've read the CONTRIBUTION guide (required)
  • I have ensured make pytest and make type both pass. (required)
  • I have checked that the documentation builds using make doc (required)

Other checklist items aren't applicable

Note: You can run most of the checks using make commit-checks.

Note: we are using a maximum length of 127 characters per line

@araffin
Copy link
Owner

araffin commented Mar 30, 2024

thanks but i actually have a fix prepared in #28

commit: deabd7f

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.

[Bug] AttributeError: module 'tensorflow.python.util.tf_inspect' has no attribute 'Parameter'
2 participants