diff --git a/causallib/contrib/requirements.txt b/causallib/contrib/requirements.txt index a9ef6d7..e2bbe79 100644 --- a/causallib/contrib/requirements.txt +++ b/causallib/contrib/requirements.txt @@ -1,3 +1,4 @@ -f https://download.pytorch.org/whl/cpu/ # To support cpu torch installation torch>=1.2.0 -faiss-cpu~=1.7.0 # Can also use gpu for some Python versions \ No newline at end of file +faiss-cpu~=1.7.0;python_version < '3.12' # Can also use gpu for some Python versions +faiss-cpu~=1.8.0;python_version >= '3.12' \ No newline at end of file