Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ git+https://github.com/AleksandarPetrov/napoleon.git@0dc3f28a309ad602be5f44a9049
git+https://github.com/rwblair/sphinxcontrib-versioning.git@39b40b0b84bf872fc398feff05344051bbce0f63#egg=sphinxcontrib-versioning
nbsphinx
packaging
pybids>=0.9.2
pybids>=0.11.1
pydot>=1.2.3
pydotplus
requests
sphinx-argparse
sphinx>=2.1.2
sphinx_rtd_theme
sphinxcontrib-apidoc ~= 0.3.0
tqdm
tqdm
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pybids~=0.9.2
pybids~=0.11.1
requests
tqdm
pytest
pytest-xdist
pytest-cov==2.5.1
coverage
coverage
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ project_urls =
[options]
python_requires = >= 3.6
install_requires =
pybids >= 0.9.2
pybids >= 0.11.1
requests
tqdm
test_requires =
Expand Down
2 changes: 1 addition & 1 deletion templateflow/conf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
{
"name": "extension",
"pattern": "[._]*[a-zA-Z0-9]*?\\.([^/\\\\]+)$"
"pattern": "[._]*[a-zA-Z0-9]*?(\\.[^/\\\\]+)$"
}
],
"default_path_patterns": [
Expand Down