Skip to content

Commit d1801b9

Browse files
committed
Updated to use latest packages (ieegprep & numpy)
1 parent fa90e06 commit d1801b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ ENV PYTHONUNBUFFERED=1
1515

1616
# build and install dependencies
1717
RUN pip3 install --upgrade pip \
18-
&& pip3 install numpy==1.23.5 \
18+
&& pip3 install numpy==1.24.3 \
1919
&& pip3 install scipy==1.10.1 \
2020
&& pip3 install matplotlib==3.7.1 \
21-
&& pip3 install ieegprep==1.1.0 \
21+
&& pip3 install ieegprep==1.2.0 \
2222
&& pip3 install bids_validator==1.11.0 \
2323
&& rm -r /root/.cache
2424

0 commit comments

Comments
 (0)