Skip to content

Commit a2697d5

Browse files
authored
Merge pull request #5160 from plotly/update-kaleido-version-rc13
Bump kaleido version to rc13 in pyproject.toml and CI
2 parents 7702233 + 753f2fc commit a2697d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646

4747
[project.optional-dependencies]
4848
express = ["numpy"]
49-
kaleido = ["kaleido==1.0.0rc11"]
49+
kaleido = ["kaleido==1.0.0rc13"]
5050
dev = ["black==25.1.0"]
5151

5252
[project.scripts]

test_requirements/requirements_optional.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ matplotlib
1818
scikit-image
1919
psutil
2020
# kaleido>=1.0.0 # Uncomment and delete line below once Kaleido v1 is released
21-
git+https://github.com/plotly/[email protected]#subdirectory=src/py
21+
kaleido==1.0.0rc13
2222
orjson
2323
polars[timezone]
2424
pyarrow

0 commit comments

Comments
 (0)