From 95258a07146ba03cee435241e3fbdc19a35da45e Mon Sep 17 00:00:00 2001 From: Jama Hussein Mohamud Date: Wed, 25 Sep 2024 13:34:04 -0400 Subject: [PATCH] Add the specific versions of pymatgen and spglib --- prereq_ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/prereq_ci.sh b/prereq_ci.sh index 2aec7a616..0590333a5 100755 --- a/prereq_ci.sh +++ b/prereq_ci.sh @@ -5,3 +5,4 @@ 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