diff --git a/Dockerfile b/Dockerfile index dad7f6c..efa1c6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ FROM ghcr.io/mne-tools/mne-python:main USER root -RUN pip install https://github.com/mne-tools/mne-bids/archive/main.zip -RUN pip install https://github.com/nilearn/nilearn/archive/main.zip +RUN pip install mne-bids==0.10 +RUN pip install nilearn==0.9.1 RUN pip install https://github.com/mne-tools/mne-nirs/archive/main.zip RUN pip install h5py RUN pip install h5io diff --git a/fnirsapp_sourcedata2bids.json b/fnirsapp_sourcedata2bids.json index 1092464..809e181 100644 --- a/fnirsapp_sourcedata2bids.json +++ b/fnirsapp_sourcedata2bids.json @@ -2,11 +2,11 @@ "name": "fNIRS Apps: Sourcedata to BIDS", "description": "Create fNIRS BIDS datasets from source data", "author": "Robert Luke", - "tool-version": "v0.4.4", + "tool-version": "v0.4.5", "schema-version": "0.5", "command-line": "/run.py [InputDataset] [SubjectLabel] [SessionLabel] [TaskLabel] [Events] [Duration] [OptodeFrame]", "container-image": { - "image": "ghcr.io/rob-luke/fnirs-apps-sourcedata2bids/app:v0.4.4", + "image": "ghcr.io/rob-luke/fnirs-apps-sourcedata2bids/app:v0.4.5", "index": "ghcr.io", "type": "docker", "entrypoint": true @@ -106,4 +106,4 @@ "BIDSAppSpecVersion": "Draft" }, "doi": "10.5281/zenodo.6342353" -} \ No newline at end of file +} diff --git a/fnirsapp_sourcedata2bids.py b/fnirsapp_sourcedata2bids.py index 1f710a4..fab49b7 100755 --- a/fnirsapp_sourcedata2bids.py +++ b/fnirsapp_sourcedata2bids.py @@ -19,7 +19,7 @@ from checksumdir import dirhash from pprint import pprint -__version__ = "v0.4.4" +__version__ = "v0.4.5" def fnirsapp_sourcedata2bids(command, env={}):