Skip to content

Commit 96cf5be

Browse files
committed
Update readme
1 parent b8e9cb1 commit 96cf5be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ On other platforms you can install the cuda accelelerated versions of PyTorch an
5454
### Conda + cuda on Windows 11 example
5555

5656
```
57-
conda create -n denoise -c conda-forge python=3.10
57+
conda create -n denoise -c conda-forge python=3.13
5858
conda activate denoise
59-
conda install --strict-channel-priority -c https://conda.ovito.org -c conda-forge ovito==3.10.5
59+
conda install --strict-channel-priority -c https://conda.ovito.org -c conda-forge ovito==3.14.1
6060
conda install install "pytorch>=2.6" pytorch-cuda=12.1 -c pytorch -c nvidia -c conda-forge
61-
conda install pyg -c pyg -c conda-forge
61+
conda install pyg -c "pyg<2.7" -c conda-forge
6262
conda install -c conda-forge ase pandas e3nn
6363
pip install git+https://github.com/nnn911/ScoreBasedDenoising.git
6464
```

0 commit comments

Comments
 (0)