Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions template/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ dependencies = [
'pandas', # Displaying tables in Jupyter notebooks
'plotly', # Interactive plots
'py3Dmol', # Visualisation of crystal structures
'jupyterlab', # Jupyter notebooks
'pixi-kernel', # Pixi Jupyter kernel
]

[project.optional-dependencies]
dev = [
'jupyterlab', # Jupyter notebooks
'pixi-kernel', # Pixi Jupyter kernel
'GitPython', # Interact with Git repositories
'build', # Building the package
'pre-commit', # Pre-commit hooks
Expand Down
Loading