Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/mckinsey/vizro into bug/fix…
Browse files Browse the repository at this point in the history
…_dynamic_dropdown_multi_false_clear_value
  • Loading branch information
petar-qb committed Dec 4, 2024
2 parents 91ee47b + 4e0ddb6 commit 49fbd1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vizro-core/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ VIZRO_LOG_LEVEL = "DEBUG"
[envs.lower-bounds]
extra-dependencies = [
"pydantic==1.10.16",
"dash==2.17.1",
"dash==2.18.0",
"plotly==5.12.0",
"pandas==2.0.0",
"numpy==1.23.0" # Need numpy<2 to work with pandas==2.0.0. See https://stackoverflow.com/questions/78634235/.
Expand Down
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,<3", # 2.17.1 needed for no_output fix in clientside_callback
"dash>=2.18.0,<3", # 2.18.0 needed as the 'id' attribute is exposed for dcc.Loading
"dash_bootstrap_components",
"dash-ag-grid>=31.0.0",
"pandas>=2",
Expand Down

0 comments on commit 49fbd1b

Please sign in to comment.