Skip to content

Commit 60b405b

Browse files
committed
Clarify fraud detection Python version setup
1 parent 5c813e9 commit 60b405b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

research/fsi-fraud-detection/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ To run the notebook locally, follow [Starting Jupyter Lab](#starting-jupyter-lab
108108

109109
### Prerequisites
110110

111-
This project requires Python >= 3.12 and uses
111+
This project requires Python 3.12 and uses
112112
[`uv`](https://docs.astral.sh/uv/) for dependency management.
113113

114114
To quickly install `uv`, run:
@@ -122,7 +122,7 @@ For other ways to install `uv`, see the [official installation guide](https://do
122122
### Setup
123123

124124
```bash
125-
uv venv --seed
125+
uv venv --python 3.12 --seed
126126
uv sync --frozen
127127
```
128128

0 commit comments

Comments
 (0)