Skip to content

Commit 0067e2d

Browse files
committed
fix: Bump Python site-packages path in wrapper
1 parent 8cf6e89 commit 0067e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrapper/src/fmriprep_docker/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
MISSING = """
3333
Image '{}' is missing
3434
Would you like to download? [Y/n] """
35-
PKG_PATH = '/opt/conda/envs/fmriprep/lib/python3.10/site-packages'
35+
PKG_PATH = '/opt/conda/envs/fmriprep/lib/python3.12/site-packages'
3636
TF_TEMPLATES = (
3737
'MNI152Lin',
3838
'MNI152NLin2009cAsym',

0 commit comments

Comments
 (0)