Skip to content

Commit be52af3

Browse files
committed
WIP on plotly
1 parent 69fc6c5 commit be52af3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ docs = [
6767
visualization = [
6868
'darkdetect', # Detecting dark mode
6969
'pandas', # Displaying tables in juptyer notebooks
70-
'plotly<6.1.0', # Interactive plots. 0.6.0 => Empty charts in Jupyter notebooks ...
70+
'plotly', # Interactive plots
7171
'py3Dmol', # Visualisation of crystal structures
7272
]
7373

@@ -115,7 +115,7 @@ source = 'versioningit' # Use versioningit to manage the version
115115
[tool.versioningit.format]
116116
distance = '{base_version}+d{distance}' # example: 0.5.8+d3, 1.2.3.post4+d2
117117
dirty = '{base_version}' # example: 0.5.8, 1.2.3.post4
118-
distance-dirty = '{base_version}+d{distance}' #
118+
distance-dirty = '{base_version}+d{distance}' # see 1st example
119119

120120
# Configure how versioningit detects versions from Git
121121
# - 'match' ensures it only considers tags starting with 'v'

0 commit comments

Comments
 (0)