Skip to content

Commit ac7b2bb

Browse files
authored
Update project description, reorg modules (#5)
* Update project description - Removed mention of "derivative" as this is implied. - Similarly mention of longitudinal is not strictly necessary. * Remove structural modules * Add functional module
1 parent 02c087f commit ac7b2bb

4 files changed

Lines changed: 6 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
[project]
22
name = "rbc"
33
version = "0.1.0"
4-
description = "Standalone implantations of the RBC protocol for anatomical, functional, derivatives, and longitudinal pre-processing"
5-
authors = [
6-
{name = "CMI DAIR", email = "dair@childmind.org"}
7-
]
4+
description = "Standalone implementations of the RBC protocol for anatomical and functional pre-processing."
5+
authors = [{name = "CMI DAIR", email = "dair@childmind.org"}]
86
license = "MIT"
97
readme = "README.md"
108
requires-python = ">=3.12"
119
dependencies = [
12-
"nibabel>=5.3.3",
13-
"niwrap>=0.8.2",
14-
"numpy>=2.4.1",
15-
"scipy>=1.17.0",
10+
"nibabel>=5.3.3",
11+
"niwrap>=0.8.2",
12+
"numpy>=2.4.1",
13+
"scipy>=1.17.0"
1614
]
1715

1816
[dependency-groups]

src/rbc/structural/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)