File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,10 @@ docs = [
6565 ' pyyaml' , # YAML parser
6666]
6767visualization = [
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 ]
116116distance = ' {base_version}+d{distance}' # example: 0.5.8+d3, 1.2.3.post4+d2
117117dirty = ' {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'
You can’t perform that action at this time.
0 commit comments