8000 Andrew/new kaleido by ayjayt · Pull Request #7241 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Andrew/new kaleido #7241

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Change to new kaleido
  • Loading branch information
ayjayt committed Oct 21, 2024
commit 0ac409ce51279ea23a43c4c49e7a684e4d218f9d
3 changes: 2 additions & 1 deletion .circleci/env_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ sudo python3 .circleci/download_google_fonts.py && \
sudo cp -r .circleci/fonts/ /usr/share/ && \
sudo fc-cache -f && \
# install kaleido & plotly
sudo python3 -m pip install kaleido==0.2.1 plotly==5.5.0 --progress-bar off
sudo python3 -m pip install git+https://github.com/plotly/kaleido@devtools/main#subdirectory=src/py
sudo python3 -m pip install plotly==5.5.0 --progress-bar off
# install numpy i.e. to convert arrays to typed arrays
sudo python3 -m pip install numpy==1.24.2
0