From d034c5c838a3721235c0549bda1a7cd809dc324f Mon Sep 17 00:00:00 2001 From: Thomas Madison <56737848+madisoth@users.noreply.github.com> Date: Thu, 20 Jun 2024 09:57:56 -0700 Subject: [PATCH] Fix/pin bids validator (#118) * Update requirements.txt pin bids-validator version to 1.14.0 * Update requirements.txt typo fix * Update run.py bump version --- app/requirements.txt | 1 + app/run.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 7e2f002..ecbf03b 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,2 +1,3 @@ pybids==0.9.2 +bids-validator==1.14.0 duecredit diff --git a/app/run.py b/app/run.py index f7cc9a4..f801ef9 100755 --- a/app/run.py +++ b/app/run.py @@ -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