Skip to content

Commit

Permalink
Updated to use latest packages (ieegprep & numpy)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxvandenBoom committed May 2, 2023
1 parent fa90e06 commit d1801b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ ENV PYTHONUNBUFFERED=1

# build and install dependencies
RUN pip3 install --upgrade pip \
&& pip3 install numpy==1.23.5 \
&& pip3 install numpy==1.24.3 \
&& pip3 install scipy==1.10.1 \
&& pip3 install matplotlib==3.7.1 \
&& pip3 install ieegprep==1.1.0 \
&& pip3 install ieegprep==1.2.0 \
&& pip3 install bids_validator==1.11.0 \
&& rm -r /root/.cache

Expand Down

0 comments on commit d1801b9

Please sign in to comment.