Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e9e221e

Browse files
committedMar 15, 2023
lint env_image script
1 parent e8d82f4 commit e9e221e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.circleci/env_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ sudo fc-cache -f && \
77
# install kaleido & plotly
88
sudo python3 -m pip install kaleido==0.2.1 plotly==5.5.0 --progress-bar off
99
# install numpy i.e. to convert arrays to typed arrays
10-
sudo python3 -m pip install numpy==1.24.2
10+
sudo python3 -m pip install numpy==1.24.2

0 commit comments

Comments
 (0)
Please sign in to comment.