You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E ImportError: This version of TensorFlow Probability requires TensorFlow version >= 2.18; Detected an installation of version 2.16.2. Please upgrade TensorFlow to proceed.
which could be avoided if the Requires-Dist matched.
The text was updated successfully, but these errors were encountered:
5fa62e1 set a runtime check with
required_tensorflow_version = '2.18'
, but https://github.com/tensorflow/probability/blob/v0.25.0/setup.py#L52 still has theRequires-Dist
set to 2.16.This will lead to an import error like:
which could be avoided if the
Requires-Dist
matched.The text was updated successfully, but these errors were encountered: