Skip to content

Commit 46ea142

Browse files
Merge pull request #79 from easyscience/plotly
Unpin plotly
2 parents 70b9dd9 + 3ae1f0f commit 46ea142

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ docs = [
6565
'pyyaml', # YAML parser
6666
]
6767
visualization = [
68-
'darkdetect', # Detecting dark mode
69-
'pandas', # Displaying tables in juptyer notebooks
70-
'plotly<6.1.0', # Interactive plots. 0.6.0 => Empty charts in Jupyter notebooks ...
71-
'py3Dmol', # Visualisation of crystal structures
68+
'darkdetect', # Detecting dark mode
69+
'pandas', # Displaying tables in juptyer notebooks
70+
'plotly', # Interactive plots
71+
'py3Dmol', # Visualisation of crystal structures
7272
]
7373

7474
[project.urls]
@@ -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)