Skip to content

Commit 5a54d14

Browse files
authored
Merge pull request #56 from templateflow/effigies-patch-1
FIX: Include leading dots in extensions
2 parents e4280b5 + 69187c6 commit 5a54d14

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ git+https://github.com/AleksandarPetrov/napoleon.git@0dc3f28a309ad602be5f44a9049
22
git+https://github.com/rwblair/sphinxcontrib-versioning.git@39b40b0b84bf872fc398feff05344051bbce0f63#egg=sphinxcontrib-versioning
33
nbsphinx
44
packaging
5-
pybids>=0.9.2
5+
pybids>=0.11.1
66
pydot>=1.2.3
77
pydotplus
88
requests
99
sphinx-argparse
1010
sphinx>=2.1.2
1111
sphinx_rtd_theme
1212
sphinxcontrib-apidoc ~= 0.3.0
13-
tqdm
13+
tqdm

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
pybids~=0.9.2
1+
pybids~=0.11.1
22
requests
33
tqdm
44
pytest
55
pytest-xdist
66
pytest-cov==2.5.1
7-
coverage
7+
coverage

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ project_urls =
2424
[options]
2525
python_requires = >= 3.6
2626
install_requires =
27-
pybids >= 0.9.2
27+
pybids >= 0.11.1
2828
requests
2929
tqdm
3030
test_requires =

templateflow/conf/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
{
7070
"name": "extension",
71-
"pattern": "[._]*[a-zA-Z0-9]*?\\.([^/\\\\]+)$"
71+
"pattern": "[._]*[a-zA-Z0-9]*?(\\.[^/\\\\]+)$"
7272
}
7373
],
7474
"default_path_patterns": [

0 commit comments

Comments
 (0)