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

requirement resolving could cause issues #558

Open
PythonFZ opened this issue Sep 20, 2022 · 1 comment
Open

requirement resolving could cause issues #558

PythonFZ opened this issue Sep 20, 2022 · 1 comment

Comments

@PythonFZ
Copy link
Member

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.

@SamTov
Copy link
Member

SamTov commented Sep 20, 2022

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.

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

2 participants