Skip to content

Commit 4bb8f35

Browse files
committed
Slightly lower version to fix np.bool until ieegprep updates
1 parent 34a702a commit 4bb8f35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV PYTHONUNBUFFERED=1
1515

1616
# build and install dependencies
1717
RUN pip3 install --upgrade pip \
18-
&& pip3 install numpy==1.24.2 \
18+
&& pip3 install numpy==1.23.5 \
1919
&& pip3 install scipy==1.10.1 \
2020
&& pip3 install matplotlib==3.7.1 \
2121
&& pip3 install ieegprep==1.1.0 \

0 commit comments

Comments
 (0)