Skip to content

Commit 759199f

Browse files
committed
fixed simplejson dep version
1 parent 831a7f4 commit 759199f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ dependencies = [
1414
"fileformats-medimage >=0.10.5",
1515
"fileformats-vendor-fsl",
1616
"looseversion>=1.3.0",
17-
"simplejson",
18-
"acres",
17+
"simplejson >= 3.18.0",
18+
"acres >= 0.5.0",
1919
]
2020
license = { file = "LICENSE" }
2121
keywords = ["pydra", "neuroimaging", "fsl"]

0 commit comments

Comments
 (0)