Skip to content
Snippets Groups Projects
pyproject.toml 250 B
Newer Older
Paul Gierz's avatar
Paul Gierz committed
[project]
name = "cloud-hpc"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
    "jupyter-book>=1.0.3",
    "matplotlib>=3.10.0",
    "pint>=0.24.4",
    "sphinx>=7.4.7",
Paul Gierz's avatar
Paul Gierz committed
]