File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,16 +13,13 @@ ENV LANG C.UTF-8
1313# See: https://github.com/Docker-Hub-frolvlad/docker-alpine-python3/pull/13
1414ENV PYTHONUNBUFFERED=1
1515
16- # build and install numpy, scipy, mne, bids_validator and pymef
16+ # build and install dependencies
1717RUN pip3 install --upgrade pip \
18- && pip3 install numpy==1.22.3 \
19- && pip3 install scipy==1.8.0 \
20- && pip3 install pandas==1.4.2 \
21- && pip3 install matplotlib==3.5.1 \
22- && pip3 install mne==1.0.2 \
23- && pip3 install bids_validator==1.9.3 \
24- && pip3 install psutil==5.9.0 \
25- && pip3 install pymef \
18+ && pip3 install numpy==1.24.2 \
19+ && pip3 install scipy==1.10.1 \
20+ && pip3 install matplotlib==3.7.1 \
21+ && pip3 install ieegprep==1.1.0 \
22+ && pip3 install bids_validator==1.11.0 \
2623 && rm -r /root/.cache
2724
2825#
You can’t perform that action at this time.
0 commit comments