Skip to content

Commit 4ee2430

Browse files
committed
maint: pin PyBIDS >= 0.15.2
Make sure bids-standard/pybids#859 is available.
1 parent 3f9c25c commit 4ee2430

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,5 +203,5 @@ dependencies:
203203
- formulaic==0.3.4
204204
- nibabel==3.2.2
205205
- pandas==1.4.2
206-
- pybids==0.15.1
206+
- pybids==0.15.2
207207
- sqlalchemy==1.3.24

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pybids>=0.12.1
1+
pybids>=0.15.2
22
requests
33
tqdm
44
pytest

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ setup_requires =
3030
setuptools_scm >= 6.2
3131
wheel
3232
install_requires =
33-
pybids >= 0.12.1
33+
pybids >= 0.15.2
3434
requests
3535
tqdm
3636
test_requires =

0 commit comments

Comments
 (0)