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

Inconsistent TF requirement (static vs runtime) #1990

Open
jonas-eschle opened this issue Feb 6, 2025 · 0 comments
Open

Inconsistent TF requirement (static vs runtime) #1990

jonas-eschle opened this issue Feb 6, 2025 · 0 comments

Comments

@jonas-eschle
Copy link
Contributor

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?

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

No branches or pull requests

1 participant