Skip to content

Commit e45fda5

Browse files
a different python version to match pinned dependencies
1 parent 25fce13 commit e45fda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To reproduce the ptychographic reconstruction results from the paper, please fol
8181
```bash
8282
git clone https://github.com/microscopic-image-analysis/bayes-mef.git
8383
cd bayes-mef
84-
conda create --name bayes-mef-venv python=3.10.13 # or python version satisfying ">=3.9, <3.12"
84+
conda create --name bayes-mef-venv python=3.11.5
8585
```
8686
2. Now activate the environment and install the *pinned* dependencies.
8787
```bash

0 commit comments

Comments
 (0)