Skip to content

Commit 0b1ee29

Browse files
fix: Update dependencies
1 parent bd6b01d commit 0b1ee29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,16 @@ plotly = [
4242
"kaleido >= 1.1.0,<2",
4343
]
4444

45+
dash = [
46+
"dash >= 3.2.0,<4"
47+
]
48+
4549
all = [
4650
"pyside6 >= 6.8.0,<7",
4751
"pyvistaqt >= 0.11.1,<1",
4852
"plotly >= 6.3.1,<7",
4953
"kaleido >= 1.1.0,<2",
54+
"dash >= 3.2.0,<4"
5055
]
5156

5257
tests = [

0 commit comments

Comments
 (0)