Skip to content

Commit

Permalink
Freeze version of dependencies (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke authored Jul 19, 2022
1 parent 3a7bb55 commit b39dfa9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions fnirsapp_sourcedata2bids.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -106,4 +106,4 @@
"BIDSAppSpecVersion": "Draft"
},
"doi": "10.5281/zenodo.6342353"
}
}
2 changes: 1 addition & 1 deletion fnirsapp_sourcedata2bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={}):
Expand Down

0 comments on commit b39dfa9

Please sign in to comment.