Skip to content

Commit

Permalink
Merge pull request #202 from lucasimi/develop
Browse files Browse the repository at this point in the history
Updated plotly version
  • Loading branch information
lucasimi authored Feb 1, 2025
2 parents 5721a5e + f5dfb52 commit eb27af8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ numpy>=1.25.2
scikit-learn>=1.5.0
umap-learn>=0.5.7
pandas>=2.1.0
tda-mapper==0.9.0
tda-mapper==0.9.0
plotly < 6.0.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"igraph>=0.11.8",
"numba>=0.54",
"numpy>=1.20.1, <2.0.0",
"plotly>=4.14.3",
"plotly>=6.0.0, <7.0.0",
"pyvis>=0.3.2",
"joblib>=1.4.2",
]
Expand Down
2 changes: 1 addition & 1 deletion src/tdamapper/_plot_plotly.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def _colorbar(mapper_plot, title):
thickness=0.025,
thicknessmode='fraction',
xanchor='left',
titleside='right',
title_side='right',
ypad=0,
xpad=0,
tickwidth=1,
Expand Down
2 changes: 1 addition & 1 deletion src/tdamapper/_plot_pyvis.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _colorbar(height, cmap, cmin, cmax, title):
thickness=20,
thicknessmode='fraction',
xanchor='left',
titleside='right',
title_side='right',
tickwidth=1,
tickformat='.2g',
nticks=_TICKS_NUM,
Expand Down

0 comments on commit eb27af8

Please sign in to comment.