Skip to content

Commit 5c896d1

Browse files
committed
Update CONTRIBUTING.md
Need to spec. python 3.12 environment because python 3.13 breaks dependencies.
1 parent 90746c5 commit 5c896d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can set up a development environment with `conda` or your environment
99
manager of choice:
1010

1111
```bash
12-
conda create -n iceflow-dev pip
12+
conda create -n iceflow-dev pip "python =3.12"
1313
conda activate iceflow-dev
1414
pip install --editable .[dev]
1515
```

0 commit comments

Comments
 (0)