From c76e966e5f94da0d7d77bcec629ce4feca3baf8c Mon Sep 17 00:00:00 2001 From: AlexandraVolokhova Date: Fri, 9 Aug 2024 14:45:36 -0400 Subject: [PATCH] fix typo --- prereq_ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prereq_ci.sh b/prereq_ci.sh index aa2ee385..bc0fe531 100755 --- a/prereq_ci.sh +++ b/prereq_ci.sh @@ -5,4 +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 -pythom -m pip install ultranest wurlitzer +python -m pip install ultranest wurlitzer