Skip to content

Commit

Permalink
Fix/pin bids validator (#118)
Browse files Browse the repository at this point in the history
* Update requirements.txt

pin bids-validator version to 1.14.0

* Update requirements.txt

typo fix

* Update run.py

bump version
  • Loading branch information
madisoth committed Jun 20, 2024
1 parent c85b6fe commit d034c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pybids==0.9.2
bids-validator==1.14.0
duecredit
2 changes: 1 addition & 1 deletion app/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
[6] Avants, BB et al. The Insight ToolKit image registration framework. Front
Neuroinform. 2014 Apr 28;8:44. doi: 10.3389/fninf.2014.00044. eCollection 2014.
"""
__version__ = "0.1.4"
__version__ = "0.1.5"

import argparse
import os
Expand Down

0 comments on commit d034c5c

Please sign in to comment.