Skip to content

Commit

Permalink
Cap to dash<3
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne committed Nov 14, 2024
1 parent 36699ee commit a6f7712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
"Programming Language :: Python :: 3.13"
]
dependencies = [
"dash>=2.17.1", # 2.17.1 needed for no_output fix in clientside_callback
"dash>=2.17.1,<3", # 2.17.1 needed for no_output fix in clientside_callback
"dash_bootstrap_components",
"dash-ag-grid>=31.0.0",
"pandas>=2",
Expand Down

0 comments on commit a6f7712

Please sign in to comment.