Skip to content

Commit

Permalink
stick to GA version of plotly for now
Browse files Browse the repository at this point in the history
  • Loading branch information
StijnKas committed Dec 18, 2024
1 parent d875019 commit 5bb7ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = ['polars==1.16', 'typing_extensions']
version = {attr="pdstools.__version__"}

[project.optional-dependencies]
adm = ['plotly[express]>=6.0.0rc0', 'requests']
adm = ['plotly', 'requests']
pega_io = ['aioboto3', 'polars_hash']
api = ['httpx', 'pydantic', 'anyio']
healthcheck = ['pdstools[adm]', 'great_tables>=0.13', 'quarto', 'papermill', 'xlsxwriter>=3.0', 'pydot']
Expand Down

0 comments on commit 5bb7ef1

Please sign in to comment.