We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e21d8 commit 1587e59Copy full SHA for 1587e59
docs/source/installation.myst
@@ -24,8 +24,7 @@ conda create --name islp python
24
```
25
26
Current conda should have this at least 3.9. If not, replace `python`
27
-with `python=3.10` or `python=3.11`. The newest version `python=3.12` is not
28
-currently supported as some packages, such as `torch` are not installable.
+with `python=3.10`, `python=3.11` or `python=3.12`.
29
To run python
30
code in this environment, you must activate it:
31
0 commit comments