From cbc028ef216c3261cad5e6325d8969b99fa0b310 Mon Sep 17 00:00:00 2001 From: Jama Hussein Mohamud Date: Wed, 25 Sep 2024 16:56:27 -0400 Subject: [PATCH] revert version downgrade of pymatgen --- prereq_ci.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/prereq_ci.sh b/prereq_ci.sh index 0590333a..4ca1afb1 100755 --- a/prereq_ci.sh +++ b/prereq_ci.sh @@ -4,5 +4,4 @@ python -m pip install --ignore-installed six appdirs python -m pip install torch==2.0.1 python -m pip install dgl==1.1.3+cu118 python -m pip install dglgo==0.0.2 -python -m pip install pyg_lib==0.3.1 torch_scatter==2.1.2 torch_sparse==0.6.18 torch_geometric==2.4.0 torch_cluster==1.6.3 torch_spline_conv==1.2.2 -f https://data.pyg.org/whl/torch-2.0.0+cpu.html -python -m pip install pymatgen==2024.5.1 spglib==2.4.0 \ No newline at end of file +python -m pip install pyg_lib==0.3.1 torch_scatter==2.1.2 torch_sparse==0.6.18 torch_geometric==2.4.0 torch_cluster==1.6.3 torch_spline_conv==1.2.2 -f https://data.pyg.org/whl/torch-2.0.0+cpu.html \ No newline at end of file