We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07427e commit 2c03579Copy full SHA for 2c03579
docs/environment.yml
@@ -202,6 +202,7 @@ dependencies:
202
- nibabel==3.2.2
203
- nipreps-versions==1.0.3
204
- pandas==1.4.2
205
+ - platformdirs
206
- pybids==0.15.2
207
- sqlalchemy==1.3.24
208
- hatchling
pyproject.toml
@@ -22,6 +22,7 @@ license = {file = "LICENSE"}
22
requires-python = ">=3.9"
23
dependencies = [
24
"acres >= 0.5.0",
25
+ "platformdirs >= 4.0",
26
"pybids >= 0.15.2",
27
"requests",
28
"tqdm",
0 commit comments