From 82d281cc6acb1a8ba77d881f26ef3fc9e098736b Mon Sep 17 00:00:00 2001 From: Filippo Bigi <98903385+frostedoyster@users.noreply.github.com> Date: Sun, 9 Jun 2024 08:18:50 +0200 Subject: [PATCH] Pin ase to non-broken version --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7a19e64..aad7b71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ numpy scipy -ase +ase<3.23.0 pathos jupyter scikit-learn torch -torch_geometric \ No newline at end of file +torch_geometric