Skip to content

Commit 69187c6

Browse files
committed
PIN: pybids >= 0.11.1
1 parent eaf41a9 commit 69187c6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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 =

0 commit comments

Comments
 (0)