Skip to content

Commit 1587e59

Browse files
commiting python3.12 change
1 parent 04e21d8 commit 1587e59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/installation.myst

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ conda create --name islp python
2424
```
2525

2626
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.
27+
with `python=3.10`, `python=3.11` or `python=3.12`.
2928
To run python
3029
code in this environment, you must activate it:
3130

0 commit comments

Comments
 (0)