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
Describe the bug
I installed mdsuite via pip on a System with TensorFlow already installed: ImportError: This version of TensorFlow Probability requires TensorFlow version >= 2.10; Detected an installation of version 2.9.1. Please upgrade TensorFlow to proceed.
Issues like these could probably resolved by using poetry as proposed in #528 or manually keep the requirements.txt updated properly.
The text was updated successfully, but these errors were encountered:
This is quite a normal issue for any project, we have a poetry issue open, we can look at integrating it into MDSuite, otherwise, we need to update our tensor flow requirements or, which will happen soon enough, remove TF probability and replace it with the Jax implementation of the correlation operators as in the distinct diffusion coefficients.
Describe the bug
I installed mdsuite via pip on a System with TensorFlow already installed:
ImportError: This version of TensorFlow Probability requires TensorFlow version >= 2.10; Detected an installation of version 2.9.1. Please upgrade TensorFlow to proceed.
Issues like these could probably resolved by using poetry as proposed in #528 or manually keep the
requirements.txt
updated properly.The text was updated successfully, but these errors were encountered: