Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GalKepler committed Nov 9, 2024
1 parent f3d490a commit bf61326
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "kepost"
version = "0.2.4"
version = "0.2.5"
description = "Post-processing for dMRI derivatives of the Strauss Neuroplasticity Brain Bank (SNBB)"
readme = "README.rst"
authors = ["Gal Kepler <[email protected]>"]
Expand All @@ -25,8 +25,8 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry.dependencies]
python = "^3.10"
nipype = {git = "https://github.com/nipy/nipype.git"}
# nipype = "^1.8.6"
# nipype = {git = "https://github.com/nipy/nipype.git"}
nipype = "^1.9.0"
templateflow = "^23.0.0"
psutil = "^5.9.5"
niworkflows = "^1.8.1"
Expand Down
2 changes: 1 addition & 1 deletion src/kepost/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Gal Kepler"""
__email__ = "[email protected]"
__version__ = "0.2.4"
__version__ = "0.2.5"
2 changes: 1 addition & 1 deletion src/kepost/atlases/available_atlases/available_atlases.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def generate_schaefer_dict() -> dict:
}
schaefer_dict[f"schaefer2018tian2020_{n_regions}_{n_networks}"] = {
"nifti": parent
/ f"schaefer2018tian20208/MNI152/space-MNI152_atlas-schaefer2018_res-1mm_den-{n_regions}_div-{n_networks}networks_dseg.nii.gz",
/ f"schaefer2018tian2020/MNI152/space-MNI152_atlas-schaefer2018_res-1mm_den-{n_regions}_div-{n_networks}networks_dseg.nii.gz",
"description_file": parent
/ f"schaefer2018tian2020/MNI152/space-MNI152_atlas-schaefer2018_res-1mm_den-{n_regions}_div-{n_networks}networks_dseg.csv",
"region_col": "index",
Expand Down

0 comments on commit bf61326

Please sign in to comment.