We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efdfe73 commit b934847Copy full SHA for b934847
1 file changed
chartlets.py/pyproject.toml
@@ -47,10 +47,10 @@ exclude = [
47
48
[project.optional-dependencies]
49
opt = [
50
- "altair",
+ "altair>=5.5.0,<6.0.0",
51
]
52
dev = [
53
54
"black",
55
"flake8",
56
"pytest",
@@ -67,7 +67,7 @@ doc = [
67
"mkdocstrings-python"
68
69
demo = [
70
71
"pyaml",
72
"pandas",
73
"tornado",
0 commit comments