We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c84e4b commit 14298d8Copy full SHA for 14298d8
.circleci/env_image.sh
@@ -10,6 +10,6 @@ sudo fc-cache -f
10
# Once new Kaleido and Plotly versions are released, uncomment the line above, update the Plotly version,
11
# and delete the two lines below.
12
sudo python3 -m pip install "git+https://github.com/plotly/plotly.py.git@6837831" --progress-bar off
13
-sudo python3 -m pip install "'git+https://github.com/plotly/Kaleido.git@2a4bfa2#subdirectory=src/py'" --progress-bar off
+sudo python3 -m pip install "git+https://github.com/plotly/Kaleido.git@2a4bfa2#subdirectory=src/py" --progress-bar off
14
# install numpy i.e. to convert arrays to typed arrays
15
sudo python3 -m pip install numpy==1.24.2
0 commit comments