spatiotemporal_analysis conda create -n graphs_spt -c rapidsai -c nvidia -c pytorch -c conda-forge python==3.11 -y conda activate graphs_spt pip install -r requirements.txt To install torch, run this command inside jupyter notebook cell: pip install torch==2.4.0