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 = [
65
65
' pyyaml' , # YAML parser
66
66
]
67
67
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
72
72
]
73
73
74
74
[project .urls ]
@@ -115,7 +115,7 @@ source = 'versioningit' # Use versioningit to manage the version
115
115
[tool .versioningit .format ]
116
116
distance = ' {base_version}+d{distance}' # example: 0.5.8+d3, 1.2.3.post4+d2
117
117
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
119
119
120
120
# Configure how versioningit detects versions from Git
121
121
# - 'match' ensures it only considers tags starting with 'v'
You can’t perform that action at this time.
0 commit comments