Skip to content

Commit

Permalink
Slightly lower version to fix np.bool until ieegprep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxvandenBoom committed Apr 11, 2023
1 parent 34a702a commit 4bb8f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV PYTHONUNBUFFERED=1

# build and install dependencies
RUN pip3 install --upgrade pip \
&& pip3 install numpy==1.24.2 \
&& pip3 install numpy==1.23.5 \
&& pip3 install scipy==1.10.1 \
&& pip3 install matplotlib==3.7.1 \
&& pip3 install ieegprep==1.1.0 \
Expand Down

0 comments on commit 4bb8f35

Please sign in to comment.