From 150e38c945dd236239d6569f58ae88ec0819c38f Mon Sep 17 00:00:00 2001 From: figerhaowang Date: Mon, 15 Sep 2025 20:48:07 +0800 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 65d6e35..c3fcc10 100644 --- a/README.md +++ b/README.md @@ -41,19 +41,17 @@ This repository contains the implementation of REPST, a framework for spatio-tem ## Requirements Use python 3.11 from MiniConda -- torch==2.2.2 +- torch==2.0.1 - accelerate==0.28.0 -- einops==0.7.0 +- einops==0.6.0 - matplotlib==3.7.0 -- numpy==1.23.5 -- pandas==1.5.3 -- scikit_learn==1.2.2 -- scipy==1.12.0 -- tqdm==4.65.0 -- peft==0.4.0 -- transformers==4.31.0 -- deepspeed==0.14.0 -- sentencepiece==0.2.0 +- numpy==1.24.4 +- pandas==2.1.4 +- scikit_learn==1.3.2 +- scipy==1.11.4 +- tqdm==4.66.1 +- transformers==4.36.2 + To install all dependencies: ```