Skip to content

Commit 0d30e34

Browse files
authored
Merge pull request #84 from poldracklab/rel/1.1.0
REL: 1.1.0
2 parents 42a273a + 51e9e1b commit 0d30e34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[metadata]
2-
name = sdcflows
32
url = https://github.com/poldracklab/sdcflows
43
author = The SDCflows developers
54
author_email = [email protected]
@@ -26,7 +25,7 @@ install_requires =
2625
nibabel >=2.4.1
2726
niflow-nipype1-workflows ~= 0.0.1
2827
nipype >=1.3.1
29-
niworkflows ~= 1.0.3
28+
niworkflows ~= 1.1.4
3029
numpy
3130
pybids ~= 0.9.2
3231
templateflow >=0.4

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def main():
1414
cmdclass = versioneer.get_cmdclass()
1515

1616
setup(
17+
name='sdcflows',
1718
version=__version__,
1819
cmdclass=cmdclass,
1920
download_url=DOWNLOAD_URL,

0 commit comments

Comments
 (0)