Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
git+https://github.com/AleksandarPetrov/napoleon.git@0dc3f28a309ad602be5f44a9049785a1026451b3#egg=sphinxcontrib-napoleon
git+https://github.com/rwblair/sphinxcontrib-versioning.git@39b40b0b84bf872fc398feff05344051bbce0f63#egg=sphinxcontrib-versioning
nbsphinx
nipype ~= 1.5.1
niworkflows >=1.4.0rc5,<1.5
nipype ~= 1.5
niworkflows
packaging
pydot>=1.2.3
pydotplus
sdcflows ~= 2.0.4
smriprep >= 0.8.0rc2
sphinx >=2.1.2,<3.0
sdcflows
smriprep
sphinx
sphinx-argparse
sphinx_rtd_theme
sphinxcontrib-apidoc ~= 0.3.0
sphinxcontrib-apidoc
templateflow
toml
14 changes: 6 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,15 @@ project_urls =
python_requires = >=3.7
install_requires =
dipy >=1.0.0
h5py
indexed_gzip >=0.8.8
nibabel ~= 3.0
nipype >= 1.5.1, < 2.0
niworkflows >= 1.4.0rc6, <1.5
niworkflows @ https://github.com/nipreps/niworkflows.git@master
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be?

Suggested change
niworkflows @ https://github.com/nipreps/niworkflows.git@master
niworkflows @ git+https://github.com/nipreps/niworkflows.git@master

Looks like pip isn't finding this URL: https://github.com/nipreps/dmriprep/runs/3997021118?check_suite_focus=true

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch!

numpy
pybids >= 0.11.1
pybids >= 0.12.1
pyyaml
sdcflows ~= 2.0.4
smriprep >= 0.8.0rc2
svgutils != 0.3.2
sdcflows @ https://github.com/nipreps/sdcflows.git@master
smriprep @ https://github.com/nipreps/smriprep.git@master
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question for these two, I guess.

templateflow ~= 0.6
toml
setup_requires =
Expand Down Expand Up @@ -68,10 +66,10 @@ doc =
packaging
pydot >= 1.2.3
pydotplus
sphinx >=2.1.2,<3.0
sphinx
sphinx-argparse
sphinx_rtd_theme
sphinxcontrib-apidoc ~= 0.3.0
sphinxcontrib-apidoc
sphinxcontrib-napoleon
sphinxcontrib-versioning
docs =
Expand Down