We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7702233 + 753f2fc commit a2697d5Copy full SHA for a2697d5
pyproject.toml
@@ -46,7 +46,7 @@ dependencies = [
46
47
[project.optional-dependencies]
48
express = ["numpy"]
49
-kaleido = ["kaleido==1.0.0rc11"]
+kaleido = ["kaleido==1.0.0rc13"]
50
dev = ["black==25.1.0"]
51
52
[project.scripts]
test_requirements/requirements_optional.txt
@@ -18,7 +18,7 @@ matplotlib
18
scikit-image
19
psutil
20
# kaleido>=1.0.0 # Uncomment and delete line below once Kaleido v1 is released
21
-git+https://github.com/plotly/Kaleido.git@v1.0.0rc12#subdirectory=src/py
+kaleido==1.0.0rc13
22
orjson
23
polars[timezone]
24
pyarrow
0 commit comments