Skip to content

Commit 662b4bf

Browse files
committed
chore: Add platformdirs to dependencies
1 parent e2e2529 commit 662b4bf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ dependencies:
202202
- nibabel==3.2.2
203203
- nipreps-versions==1.0.3
204204
- pandas==1.4.2
205+
- platformdirs
205206
- pybids==0.15.2
206207
- sqlalchemy==1.3.24
207208
- hatchling

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ license = {file = "LICENSE"}
2222
requires-python = ">=3.9"
2323
dependencies = [
2424
"acres >= 0.5.0",
25+
"platformdirs >= 4.0",
2526
"pybids >= 0.15.2",
2627
"requests",
2728
"tqdm",

0 commit comments

Comments
 (0)